asgsoft Posted May 28, 2007 Share Posted May 28, 2007 Hi everyone I've been searching the internet for tutorials that teach how to make an Ajax file uploader and all I can find are demos and ready made scripts Can anyone write me a tutorial or suggest one? Thanks Link to comment https://forums.phpfreaks.com/topic/53254-file-upload-progress/ Share on other sites More sharing options...
lilman Posted May 28, 2007 Share Posted May 28, 2007 It is a two step process. First, build the upload script. I assume you will be using PHP, and perhaps MySQL. After that the big question is have you ever submitted data through Ajax? If so you should be able to walk yourself through it, if not, there are tutorials out there that show how to use Ajax to submit data. Link to comment https://forums.phpfreaks.com/topic/53254-file-upload-progress/#findComment-263480 Share on other sites More sharing options...
asgsoft Posted May 29, 2007 Author Share Posted May 29, 2007 I can do the first part of building a PHP upload script Where can I find tutorials for the second part though? Link to comment https://forums.phpfreaks.com/topic/53254-file-upload-progress/#findComment-263746 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.