bobrivers2003
Technical User
I have a html form that allows files to be uploaded to a mysql server, max file size 2mb. I have a page that lists all the files as links and when clicked allows the files to be saved or opened.
It works a treat with all types of files and validates if over 2 mb.
However if I try to upload a zip file and then attempt to open it the archive is not recognised.
Is this because zip files cannot be uploaded to the mysql server?
It works a treat with all types of files and validates if over 2 mb.
However if I try to upload a zip file and then attempt to open it the archive is not recognised.
Is this because zip files cannot be uploaded to the mysql server?