I am developing a script which will allow users to upload files, the files will be fairly large (around 1/2 MB) and will be uploaded through a standard form.
These files are fairly sensitive and need to be stored as securely as possible, I'm not sure which is best for this, is it possible to store them in mysql, and with those sizes? or it may be best to just use an upload folder, with a .htaccess file
I'm also a little unsure on how to approach the basic upload code, if anyone could point me in the right direction i would greatly appreciate it