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.
how to upload media files
Moderator: General Moderators
-
ahtasham82
- Forum Newbie
- Posts: 10
- Joined: Fri Jan 14, 2005 10:42 pm
- Location: PAKISTAN
- Contact:
you won't get a progress solution using php
but perhaps an ajax/php combo
and use move_uploaded_file() instead of copy
but perhaps an ajax/php combo
and use move_uploaded_file() instead of copy
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
If your going to be using ajax this may help https://bpcatalog.dev.java.net/nonav/aj ... esign.html