Hi,
I have the following problem,
I have a HTML form with 2 different filepicker fields;
In a table I'm trying to store 2 different references to 2 different files, one to a photo (jpg) and one to a download (zip). I'm using the filepicker from the HTML form to select the file I need and let php store only the filename and extension into the table.
For the photo part all is working fine but when I tried to do the same with the download part, trying to refer to a .zip file of 85MB, the data is not stored into the table.
When I try to do the same with a smaller (112kb) .zip file everything works like a charme, wich doesn't make any sense to me because I'm not actually storing the file in the table, I just insert the filename.
I'm lost,
Anybody any ideas?
Cheers,
Paul
I have the following problem,
I have a HTML form with 2 different filepicker fields;
In a table I'm trying to store 2 different references to 2 different files, one to a photo (jpg) and one to a download (zip). I'm using the filepicker from the HTML form to select the file I need and let php store only the filename and extension into the table.
For the photo part all is working fine but when I tried to do the same with the download part, trying to refer to a .zip file of 85MB, the data is not stored into the table.
When I try to do the same with a smaller (112kb) .zip file everything works like a charme, wich doesn't make any sense to me because I'm not actually storing the file in the table, I just insert the filename.
I'm lost,
Anybody any ideas?
Cheers,
Paul
Comment