Jump to content

File uploading


Adam

Recommended Posts

You Ajax call would call the upload script, using either POST or GET.  You upload script would just be a standard PHP file, doing whatever you want it to do with the file.  Then you would have a div that you output the text to using the innerHTML DOM property.  Two books are really, really helpful:

 

Apress Beginning Ajax and PHP ... this helped me out a LOT!  Also, Ajax For Dummies.  Both were wonderful and helped me out a lot.  If I knew more, I'd put some code here for you!  Sorry I don't know more!

Link to comment
https://forums.phpfreaks.com/topic/37804-file-uploading/#findComment-180881
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.