If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
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, 13: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, 16: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, 17:07
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
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 03-31-03, 23: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, 13: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, 19:13
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
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

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