Hi,
I am trying a simple document management screen with PHPR 5.3
I tried two approaches
1 -
to defined a document field as "largeblob" type and a URL field to save the document name.
I also defined max_allowed_packet =1024M
image and pdf files works fine nicely..
MSWord and Excell (and others) files causes "MySQL gone away" error
if I change the field type to "largeText" and set file/image as the PHPR type then I dont get "MySQL gone away" error but all files are uploaded corrupted.
Size of the file seems ok after download .
2 -
as a second approach I defined a document field as "text" and tried to upload files to the defined directory..
Pdf files and Txt files works ok
image and MSOffice files gets corrupted...
This should be straight forward. What am I doing wrong in both approaches?