PDA

View Full Version : image uploader... PROBLEMS!



chrisclick
November 17th, 2007, 08:50 PM
ok, well im setting up a site for a few friends of mine, It allows them to upload videos they have made...

but i need a form... that will allow a user to upload 2 things and fill in some information...

for example


Upload Image: (-form-)

Upload Video: (-form-)
Video name: (-form-)
Video desc: (-form-)
(-submit button-)


or something similar

could anyone point me in the direction.... or possible give me the code?

jmsala
November 30th, 2007, 07:05 AM
I recommend to check this page http://www.w3schools.com/html/html_forms.asp

This is important, when your form uploads files remember to use inside the form tag the following statement: enctype="multipart/form-data" otherwise will not work.

Hope this helps!