Hi,
I have successfully created applications that can upload filename, filesize, binary data file to a MySQL database. The bin file upload was of BLOB or LONGBLOB type.
The problem I have is that this method only allow filesizes of about 1Mb.
I need to upload in some cases files of about 50Mb to my applications.
I am not sure if there are settings on my side that is wrong, e.g. php.ini file ect. I will appreciate if someone can highlight all the check areas.
I do however think it will solve the problem if I can upload directly to a specifically allocated folder.
I will appreciated it if someone can point me in the correct directions with a step by step guideline on how to upload a big file to a folder and how to access it again in a view application.
I have raised the issue with ticket support, but the response is only refering back to the BLOB/LONGBLOB route.
Note: I am not a savvy programmer, I am working in the construction/mining industry.