Page 1 of 1

Uploading

Posted: Tue Mar 28, 2006 10:59 pm
by anticore
I'm creating a form in which users would upload a not so big file to the site,
should i user mySQL to handle the files or upload them to a seperate folder.
and I don't know where to begin with the uploading part in the form :roll:

Posted: Tue Mar 28, 2006 11:51 pm
by feyd
generally, we'd recommend storing the files in the file system as that's what it's designed for. Only in rare circumstances (crappy host, sometimes) do we not.

Posted: Wed Mar 29, 2006 12:13 am
by s.dot
To begin with uploading:

Make the form
- specify the enctype
- make the field for uploading a file (of type file)
- optional max_file_size field

Posted: Wed Mar 29, 2006 12:54 am
by josh