how to upload media files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ahtasham82
Forum Newbie
Posts: 10
Joined: Fri Jan 14, 2005 10:42 pm
Location: PAKISTAN
Contact:

how to upload media files

Post 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.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post 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
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.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

If your going to be using ajax this may help https://bpcatalog.dev.java.net/nonav/aj ... esign.html
Post Reply