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 > ASP Upload file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-05-03, 03:49
annieckl annieckl is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
ASP Upload file

i have asp upload file problem

Sample Code 1
=============
Upload Files with HTML Forms and Pure ASP
http://msdn.microsoft.com/library/de...ml/asp0900.asp

Sample Code 2
=============
http://www.badgerbytes.co.uk/Bruce/t...18/Default.htm


I copy the two sample codes and run at office server, they work with a small size zip file.
then I sent to two client server , run the same code with same the zip file

one client server work well, the zip file upload successfully and can unzipped successfully
one client server work fail, the zip file but it is corrupted.

I found some sites about possible problems cause the processing fail:
===============================================
Site 1
FP97: Large Files Corrupted When Uploaded to IIS Over SSL
http://support.microsoft.com/default...b;en-us;158912

Site 2
NOTE - YOU MUST HAVE VBSCRIPT v5.0 INSTALLED ON YOUR WEB SERVER FOR THIS LIBRARY TO FUNCTION CORRECTLY. YOU CAN OBTAIN IT FREE FROM MICROSOFT WHEN YOU INSTALL INTERNET EXPLORER 5.0 OR LATER.

WARNING : THIS SCRIPT WILL NOT WORK IF YOUR SERVER HAS SCRIPT VIRUS CHECKING ON!!!!
TURN THE SCRIPT BLOCKING OFF WHILE THIS RUNS.
ALTERNATIVLY USE A DIFFERENT SERVER FOR MAIL!

http://www.badgerbytes.co.uk/Bruce/t...uploadform.htm


what configure will call different result, is SSL problem?

the diference setting i can found is :
|Workable Server |UnWorkable Server
Server Extention |version 4.027802 |version 4.026513
Application Protection |Medium(Pooled) Low(IIS Process)
HttpHeader |[NONE] |X=Powered-By ASP.NET
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