sreenath Posted July 10, 2008 Share Posted July 10, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/114038-upload-a-folder/ Share on other sites More sharing options...
redbullmarky Posted July 10, 2008 Share Posted July 10, 2008 a Java Applet might be your best bet. Quote Link to comment https://forums.phpfreaks.com/topic/114038-upload-a-folder/#findComment-586166 Share on other sites More sharing options...
zq29 Posted July 10, 2008 Share Posted July 10, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/114038-upload-a-folder/#findComment-586197 Share on other sites More sharing options...
PFMaBiSmAd Posted July 10, 2008 Share Posted July 10, 2008 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.) Quote Link to comment https://forums.phpfreaks.com/topic/114038-upload-a-folder/#findComment-586314 Share on other sites More sharing options...
Daniel0 Posted July 15, 2008 Share Posted July 15, 2008 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). Quote Link to comment https://forums.phpfreaks.com/topic/114038-upload-a-folder/#findComment-590222 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.