I'm getting the following error when uploading a PDF document apprently greater than 200Kb
Request Object Error 'ASP 0104 : 8000 4005'
Operation Not Allowed
include_upload.asp line 32
However, I have set up the Editor with the following lines:
'Specifies the URL path of the Downloadable Files. default "Uploads"
editor.DocumentPath= "/uploads"
editor.MaxImageSize = 1000
editor.MaxMediaSize = 2000
'Specifies the max size in Kbytes of the image files that the user has access to upload. Default 100k
editor.MaxImageSize = 2000
'Specifies the max size in Kbytes of the downloadable files that the user has access to upload. Default 100k
editor.MaxDocumentSize = 10000
AND IUSR_machine is set: IUSR_DEDI362 -- RWXDPO
So, what do you think is causing this??