Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 2nd, 2004, 04:35 AM
Authorized User
 
Join Date: Dec 2003
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to suzila
Default Upload big file

hi everybody,

my program that i'm doing now is allow user to upload their document, but my problem is, i can't upload big file. can anyone tell me what the problem and how to solve it...

thanks alot...

__________________
Suzila
 
Old March 2nd, 2004, 06:17 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 336
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alyeng2000
Default

first are you uploading to dbengine or on a folder on the web server

if web server you can use the HtmlControl
System.Web.UI.HtmlControls.HtmlInputFile
to upload documents to the server

__________________________________________________



Ahmed Ali
Software Developer
 
Old March 2nd, 2004, 04:59 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

How large a file are you attempting to upload? There are some limitations to the size of an uploaded file.
 
Old March 2nd, 2004, 11:41 PM
Authorized User
 
Join Date: Dec 2003
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to suzila
Default

thank you alyeng2000,planoie...

i got a solution by your answer..

i just set
'httpRuntime maxRequestLength' at config file.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Filter File Types in ASP.NET File Upload ramuis78 ASP.NET 2.0 Basics 2 May 31st, 2007 10:50 AM
Whole Folder upload(Multi file Upload) ramasamy_rams XML 1 September 9th, 2005 12:43 PM
How can I upload the big file shan168 VS.NET 2002/2003 1 April 1st, 2005 09:48 AM
Using ASP to create a big file hema Classic ASP Databases 2 July 8th, 2003 02:17 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.