Jump to content

upload a folder


sreenath

Recommended Posts

I have a folder containing many files(say 10, different types of files ) i need to upload the entire folder at one stretch.Please note that i have to upload a folder not a file.

 

 

Can any one help me to find solution for the above reqirement.

Link to comment
Share on other sites

I've used SWFUpload(.org) in the past with success. I don't think you can select a directory to upload, but you can navigate to that directory and select all of the files inside and upload them.

Link to comment
Share on other sites

You would need to use FTP to upload a folder at once. HTTP is limited to uploading a single file at a time (you would need to zip the folder before uploading and then be able to unzip it after it has been uploaded.)

 

FTP cannot upload multiple files simultaneously either. Your client is simply just doing a recursive iteration through all the items in the folder (and possible subfolders).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.