Ask a Question related to ASP.NET General, Design and Development.
-
David Stephen #1
Setting maxRequestLength for upload file sizes
Is it possible to set httpRuntime.maxRequestLength to
limit the suze of an uploaded file dynamically or is it
only possible statically in Web.config file (or
system.config)
ie I would like to give different users a different
maximum limit.
Thank you
David
David Stephen Guest
-
How to upload a file to 2 FTP sites without an upload component for company
Hi All I can't get round this because it's a local government thing, but I've done a CMS for a school (in ASP classic) that allows them to upload... -
cffile upload - error due to security setting
Attempting to upload any file using cffile upload to a hosted website generates the CFCATCH errors: Messageaccess denied (java.io.FilePermission... -
Upload Friendly (Multiple File Upload Applet)
Title : Upload Friendly (Multiple File Upload Applet) Description : UploadFriendly is an easy to use Java Applet that will allow multiple file... -
File Viewer / Bloated file sizes / What is the best file format?
I would like to find a viewer capable of looking at the main Adobe formats as well as the standard formats such as JPG and WMF ... but yet the only... -
File sizes.
Hi, I have been watching the thread about the file::copy. I ran into an issue in the Linux environment that brings a serious question, MAX file... -
Natty Gur #2
Re: Setting maxRequestLength for upload file sizes
Hi,
As far as I know you cant do it dynamicly. however you can set the max
val in machine.config and check the upload file length do decide if to
process it or not.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
David Stephen #3
Re: Setting maxRequestLength for upload file sizes
Is there a way to trap the ContentLength before the entire file is
uploaded.
ie If one user can have a 20MB limit and one only has 100k limit I don't
want the 100k limit uploading large files only to have a message
eventually returned saying too big.
Also reduce quantity of internet transfer.
Thanks
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
David Stephen Guest



Reply With Quote

