S
Simon Wigzell
I'm using a bit of code I found on the internet for clients to upload files
to a site. It works fine on small files and works fine if run locally at
home on large files, but large files uploaded to the site cause this error :
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
The line number it crashes on indicates it is a BinaryRead that is the
problem. It isn't permissions because it works fine with smaller files. Any
ideas? or alternatives? Thanks!
to a site. It works fine on small files and works fine if run locally at
home on large files, but large files uploaded to the site cause this error :
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
The line number it crashes on indicates it is a BinaryRead that is the
problem. It isn't permissions because it works fine with smaller files. Any
ideas? or alternatives? Thanks!