Is there a way to upload a file using AJAX?

Chazz

New member
I would like to be able to upload using AJAX / PHP so i can have multiple files uploading while a user browses for more.

I would prefer to not use iframes.

Is there a way i can send the required variables for the files via the php url? and have the php file upload the file?

something like
"...
file.php?Filename=variable&(other needed data)
"?

hows the best way to proceed with this.
 
Back
Top