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
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.
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.
Bookmarks