Uploading 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
ch7
Forum Newbie
Posts: 2
Joined: Tue Jun 12, 2007 3:53 am

Uploading Files

Post by ch7 »

I Have Had A Look And Cant See / Understand How I Do It.

I Need The Facility To Upload Files From The phpBB 2.0.22 Forum From A Post / Button

Require It To Upload Any Video/Picture/Audio Files To A Given Directory (Possibly Give The Poster A Link Of Where The File Is?)

Is Any Of This Possible And How Can I Do It

I Would Need To Know The Files To Edit And Where To Paste Code

And Help Or A Point In The Right Direction Would Be Fantastic

Thanks In Advance
ryuuka
Forum Contributor
Posts: 128
Joined: Tue Sep 05, 2006 8:18 am
Location: the netherlands

Post by ryuuka »

what have you got so far in terms of code?
ch7
Forum Newbie
Posts: 2
Joined: Tue Jun 12, 2007 3:53 am

nowhere

Post by ch7 »

nowhere. i am not sure what am supposed to be doing. i am a bit of a beginner.
i have sucessfully added mods patches so far using other peoples codes but i would not know where to start myself.

thanks

ch7
ryuuka
Forum Contributor
Posts: 128
Joined: Tue Sep 05, 2006 8:18 am
Location: the netherlands

Post by ryuuka »

well start at these places:

http://www.tutorialized.com
http://www.phpfreaks.com

it's very unlikely people will help you if you haven't done anything in terms of attempting to
crack this problem first. try the file manipulation and the form handeling parts of tutorialized
these help a lot
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Personally I would go to...

Handling File Uploads as the first point of call. This gives you the basic necessary baseline to expand from.
Post Reply