Hi All
Im using a SQL server 2005 database.
i have a field set to varbinary MAX. This should allow me to upload a file to the database of up to 2Gb.
The documents i will be uploading are all .pdf
I need the files to be stored in the database as they are accessed by another application.
When uploading from the document_add page not all documents are uploaded.
I receive a message saying that the record has been added but the file has not been uploaded.
I have files that are 4mb that have uploaded without issue but some files that just wont upload to the db
Any help would be appreciated.
Im using Phprunner5.2 build 5482
Regards
Jason