dbTalk Databases Forums  

Web server and multipart/form-data

comp.databases.paradox comp.databases.paradox


Discuss Web server and multipart/form-data in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Laurent
 
Posts: n/a

Default Web server and multipart/form-data - 04-15-2006 , 08:27 AM






Hello,

(I hope I am ine the right room...)

I have troubles with the corel web server.

I would like to upload a excel file from a web page by using the Corel Web
Server.

Here is the HTML code:
<form action="./r" method="post" ENCTYPE="multipart/form-data">
File name :<br/>
<input type="file" name="file" size="20"/>
<br/>
<input type="submit" value=" Upload "/>
</form>

It works fine with the .txt or .bat file, but not with .xls file or .fsl
file. I think it is beceause i have none character ascii code inside. Any
idea to upload the file successfully ?

Thanks.

Laurent



Reply With Quote
  #2  
Old   
Liz McGuire
 
Posts: n/a

Default Re: Web server and multipart/form-data - 04-15-2006 , 10:11 AM






Laurent,

The proper way to upload files is with a PUT request. Paradox doesn't
support this. There's been some discussion over on pnews.paradox-web
(server is news://pnews.thedbcommunity.com/ ) - revolving around using
a perl script for the upload.

Liz


Laurent wrote:
Quote:
Hello,

(I hope I am ine the right room...)

I have troubles with the corel web server.

I would like to upload a excel file from a web page by using the Corel Web
Server.

Here is the HTML code:
form action="./r" method="post" ENCTYPE="multipart/form-data"
File name :<br/
input type="file" name="file" size="20"/
br/
input type="submit" value=" Upload "/
/form

It works fine with the .txt or .bat file, but not with .xls file or .fsl
file. I think it is beceause i have none character ascii code inside. Any
idea to upload the file successfully ?

Thanks.

Laurent

Reply With Quote
Reply




Thread Tools
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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.