Click to See Complete Forum and Search --> : Upload Limit


amrigo
12-23-2004, 10:07 AM
Hi

I would like to ask if the upload size limit can be controled by asp code, or the IIS settings, because i am having an error when i do try to upload an pdf with more than 7 MB and up

thank´s in advance

PeOfEo
12-24-2004, 12:53 AM
There are security settings that need to be changed that do not permit an upload that big. It is a standard setting with asp.net. It could be your asp component doing this too. But it is a default setting.

buntine
12-24-2004, 03:47 AM
Which component are you using? eg ASPUpload.

amrigo
12-24-2004, 04:42 AM
I am using aspuploadlite wich derives from aspupload

Bullschmidt
12-31-2004, 12:11 AM
I had similar problems trying to upload large files and the solution was to turn in a trouble ticket to my Web host who had the maximum upload filesize throttled in IIS somehow.

amrigo
12-31-2004, 04:19 AM
they say iis has no limit here , and the component creator says the component has no limit too anyway i will try to do it without components...