ayok Posted July 11, 2008 Share Posted July 11, 2008 Hi, I have a questions about uploading files. I saw some free upload images website that we can upload many files at oncel, like myspace.com or photobucket.com, by draging it or with control+click. My question is what program do they use? java? flash? Is there any free source or tutorial about it? Thank you, ayok Link to comment https://forums.phpfreaks.com/topic/114264-upload-many-files/ Share on other sites More sharing options...
rhodesa Posted July 11, 2008 Share Posted July 11, 2008 usually those are custom built JAVA applets...but i don't know of any that are freely available other options you have, make a dynamic form, when they can keep adding FILE INPUT fields, or allow for the upload of a ZIP, where you use PHP to pull the files out of it. Link to comment https://forums.phpfreaks.com/topic/114264-upload-many-files/#findComment-587600 Share on other sites More sharing options...
ignace Posted July 13, 2008 Share Posted July 13, 2008 I think this is done through the Ajax drag & drop functionality, not sure though, to lazy to create an account on photobucket and check it out Link to comment https://forums.phpfreaks.com/topic/114264-upload-many-files/#findComment-588841 Share on other sites More sharing options...
rhodesa Posted July 13, 2008 Share Posted July 13, 2008 no...ajax drag/drop is moving stuff around the browser screen...you can't drag stuff from your desktop to an ajax drag/drop Link to comment https://forums.phpfreaks.com/topic/114264-upload-many-files/#findComment-588891 Share on other sites More sharing options...
zq29 Posted July 14, 2008 Share Posted July 14, 2008 SWFUpload.org has a nice one that is a mixture of Flash, PHP and JavaScript. I've used it with success on one project. Link to comment https://forums.phpfreaks.com/topic/114264-upload-many-files/#findComment-589632 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.