 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Brian Guest
|
Posted: Mon Sep 18, 2006 9:12 pm Post subject: TWebModule & Uploaded Files |
|
|
Does anyone know how to get the contents of files uploaded via a
web page (<INPUT type='FILE' name='fileName'>) in a Web Server
(CGI Stand-alone executable) application?
I've tried using the Request->Files property, but it is always 0.
I've tried parsing the content myself using ParseFields, but the
Request->ContentLength is never larger than
Request->Content.Length(); which tells me that the internal parser
should have been able to handle the entire request.
The HTML is simply:
....
<FORM METHOD="POST" ACTION="/cgi-bin/eSMICheck.exe/processFile" NAME="eSMI">
<TABLE BORDER="0">
<TD ALIGN="RIGHT">BOM (Excel File) </TD>
<TD><INPUT TYPE="FILE" NAME="fileName"></TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN="CENTER"><INPUT TYPE="SUBMIT" VALUE="Process File"></TD>
</TR>
</TABLE>
</FORM>
....
Thanks in advance. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|