lisa_85 Posted May 31, 2009 Share Posted May 31, 2009 Hey everyone, I have just started learning PHP and am looking for a script to help me. I want to allow users to upload some files (pics and word docs etc) to my website. I am struggling to find anything useful though. I need the ability to upload more than 1 file at a time. I need something where you can click a button and it gives you another field to add a file. It should be smooth like Ajax so no refreshing. I know it exists and have been searching but not found anything. I can't even find the Ajax thing lol Please can someone point me in the right direction. Thanks Link to comment https://forums.phpfreaks.com/topic/160351-solved-upload-script/ Share on other sites More sharing options...
George Botley Posted May 31, 2009 Share Posted May 31, 2009 Ive used this before: http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html Link to comment https://forums.phpfreaks.com/topic/160351-solved-upload-script/#findComment-846187 Share on other sites More sharing options...
lisa_85 Posted May 31, 2009 Author Share Posted May 31, 2009 Thanks George, I saw that site but it only allows 1 upload and I need to be able to upload a few at once. Do you know what the Ajax adding field thingy is called ??? Link to comment https://forums.phpfreaks.com/topic/160351-solved-upload-script/#findComment-846192 Share on other sites More sharing options...
George Botley Posted May 31, 2009 Share Posted May 31, 2009 No, I don't unfortunately. You could try searching for an Ajax forum somewhere on the net. Im sure there is one witha good community like this one. Or hang on a little longer from a reply by someone who knows. Link to comment https://forums.phpfreaks.com/topic/160351-solved-upload-script/#findComment-846194 Share on other sites More sharing options...
anupamsaha Posted May 31, 2009 Share Posted May 31, 2009 Thanks George, I saw that site but it only allows 1 upload and I need to be able to upload a few at once. Do you know what the Ajax adding field thingy is called ??? If you have the time to read JQuery, please read it. It will answer your many unanswered questions like this. http://jquery.com/ Cheers! Link to comment https://forums.phpfreaks.com/topic/160351-solved-upload-script/#findComment-846197 Share on other sites More sharing options...
lisa_85 Posted June 1, 2009 Author Share Posted June 1, 2009 Hi, thanks for the replies guys. I found something yesterday afternoon that works great: http://www.codeproject.com/KB/scripting/Multiple_file_upload.aspx Thanks Link to comment https://forums.phpfreaks.com/topic/160351-solved-upload-script/#findComment-846857 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.