papillonstudios Posted May 26, 2012 Share Posted May 26, 2012 I am making a website where customers can upload and order photos for pickup or delivery. What I need help with is figuring out how I am going to handle uploaded possible 100+ files, I though that I could use folders, but at the same time I want to make it as easy as possible for customers to use the site and from what I can find there is no way to browser and upload a folder. Any Ideas on how I could do this? Quote Link to comment https://forums.phpfreaks.com/topic/263183-photo-upload-service/ Share on other sites More sharing options...
bspace Posted May 27, 2012 Share Posted May 27, 2012 well you could look at a java solution e.g. JUpload Quote Link to comment https://forums.phpfreaks.com/topic/263183-photo-upload-service/#findComment-1348863 Share on other sites More sharing options...
papillonstudios Posted May 27, 2012 Author Share Posted May 27, 2012 Can I have files uploaded to a dynamic location? Quote Link to comment https://forums.phpfreaks.com/topic/263183-photo-upload-service/#findComment-1348874 Share on other sites More sharing options...
thara Posted May 27, 2012 Share Posted May 27, 2012 show us your code... you can upload file to dynamic location, if you want to create a folder on your server... use mkdir() function... It will create your dynamic location on the server... Quote Link to comment https://forums.phpfreaks.com/topic/263183-photo-upload-service/#findComment-1348900 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.