File upload function. Quick question

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
User avatar
Trenchant
Forum Contributor
Posts: 291
Joined: Mon Nov 29, 2004 6:04 pm
Location: Web Dummy IS

File upload function. Quick question

Post by Trenchant »

Whats a function that can upload a file via a http form? I need it for a File Manager I'm designing.

Just need the function name so I can look it up on PHP.net I looked already but I couldn't find the name of one.
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Look here
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

There are several functions you should use.

But I guess the bare minimum would be move_uploaded_file
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
Trenchant
Forum Contributor
Posts: 291
Joined: Mon Nov 29, 2004 6:04 pm
Location: Web Dummy IS

Post by Trenchant »

I've got copy, delete, rename, create and edit down. I've also got the system worked out so that you can actually move up the folder list(was a pain in the royal behind!).

This is one of the last things that I forgot when caught up in the folder list problem. The program is just in first BETA so hopefully I will get a public testing release ready soon so some of you can have fun trying to break into it if you want.

I need to test this thing vigerously before its released. I will probably be able to work out something for the users that help test it.
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

Web Dummy wrote:so some of you can have fun trying to break into it if you want.
I will love it :twisted: heh :twisted: heh :twisted:
Post Reply