[DUG] ISAPI upload problem
Matt Comb
matt at ferndigital.com
Thu Sep 22 12:52:24 NZST 2005
The default upload type is text and has a limit of I think 64k?
If you change the type to what Trevor has suggested which is form-data then that will enable large transfers.
Matt.
-----Original Message-----
From: Phil Middlemiss <phil at tumonz.co.nz>
Sent: Thu, 22 Sep 2005 09:58:30 +1200
To: NZ Borland Developers Group - Delphi List <delphi at ns3.123.co.nz>
Subject: [DUG] ISAPI upload problem
I have an ISAPI DLL written in Delphi that provides a form for uploading
a CSV file. When I try to upload the CSV file it only manages to handle
678 lines and then produces an error (there should be over 1000 lines).
Is there some special handling I have to do to handle uploading files?
At the moment all I am doing is reading the Request.ContentFields
property to access the strings from the uploaded file.
Cheers,
Phil.
_______________________________________________
Delphi mailing list
Delphi at ns3.123.co.nz
http://ns3.123.co.nz/mailman/listinfo/delphi
More information about the Delphi
mailing list