Page 1 of 1

how to upload media files

Posted: Sun Dec 25, 2005 10:24 am
by ahtasham82
hi there can anybody tell me or give me any source code with which i can upload media files.

i want to upload different type of media files to my website currently i am using the PHP copy() function but
its not good as i cant see the progress....

so anybody with good source code plz reply ASAP.

Posted: Sun Dec 25, 2005 10:25 am
by s.dot
you won't get a progress solution using php
but perhaps an ajax/php combo

and use move_uploaded_file() instead of copy

Posted: Sun Dec 25, 2005 10:48 am
by John Cartwright
If your going to be using ajax this may help https://bpcatalog.dev.java.net/nonav/aj ... esign.html