Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Upload file with ASP error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-03, 14:19
jcme jcme is offline
Registered User
 
Join Date: Mar 2003
Posts: 8
Upload file with ASP error

Hi!

Is there a limit file size to upload files to server ? I canīt upload files bigger 1.8mb.
Reply With Quote
  #2 (permalink)  
Old 03-31-03, 17:03
Memnoch1207 Memnoch1207 is offline
Registered User
 
Join Date: Jan 2003
Location: Midwest
Posts: 138
what is the upload software you are using?
Reply With Quote
  #3 (permalink)  
Old 03-31-03, 18:07
rhs98 rhs98 is offline
Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 440
usually the problem is with the script timing out, not the size of the file. There is a limit to the size of the file but it is quite big (possibly >gb). From experience the usual problem is the upload taking longer than the server script time out setting; so the process terminates because of script time out.

Try increasing the timeout on the script.
Reply With Quote
  #4 (permalink)  
Old 04-01-03, 00:17
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Just an observation...

Memnoch1207... you sure are ugly looking!

Tim
__________________
Tim
Reply With Quote
  #5 (permalink)  
Old 04-01-03, 14:11
jcme jcme is offline
Registered User
 
Join Date: Mar 2003
Posts: 8
Quote:
Originally posted by rhs98
usually the problem is with the script timing out, not the size of the file. There is a limit to the size of the file but it is quite big (possibly >gb). From experience the usual problem is the upload taking longer than the server script time out setting; so the process terminates because of script time out.

Try increasing the timeout on the script.


Hi!

Thank's. Increasing script timeout property from 600 to 2000 solved the problem.
Reply With Quote
  #6 (permalink)  
Old 04-05-03, 20:13
rhs98 rhs98 is offline
Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 440
glad it helped
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On