Current location: Hot Scripts Forums » General Community » Script Requests » HTTP POST Multipart/Form-data to IIS server


HTTP POST Multipart/Form-data to IIS server

Reply
  #1 (permalink)  
Old 02-20-04, 09:59 AM
Kiril Kiril is offline
New Member
 
Join Date: Feb 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question HTTP POST Multipart/Form-data to IIS server

Hi,

I need to post two files (xml and binary) to a IIS server in PHP receive by ASP but the binary file is not properly upload.
It's work with php on Apache server...

I search a library to post multiple files to any web server ?


HTTP query :

POST ...uri ...HTTP/1.0
Content-type: multipart/form-data; boundary=--a14d2d7863a273efbd98332fb9f56fb6
Content-Length:9353

----a14d2d7863a273efbd98332fb9f56fb6
Content-disposition: form-data; name="xmlfile"; filename="news1944.xml"
Content-Type: text/xml
Content-Length: 1696

...xml content...
----a14d2d7863a273efbd98332fb9f56fb6
Content-disposition: form-data; name="imagefile"; filename="blw_logo.png"
Content-Type:image/png
Content-Length:7657
Content-Transfer-Encoding: binary

..binary content...
----a14d2d7863a273efbd98332fb9f56fb6--


Any Idea are welcome ?

Thanks you in advance
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free web site, control panel, and dedicated IP with game server purchase for only $25 twastudios General Advertisements 3 10-20-05 06:13 AM
Problem getting data from DataGrid on update petersza ASP.NET 5 10-19-04 11:37 PM
FREE Team Speak server w/ every purchase of a Call of Duty Server twastudios General Advertisements 0 10-31-03 01:14 AM
How to Extract Intra Day Stock Price Data from Java Chart??? (only source of data!!) omkarsnisal Everything Java 0 10-29-03 02:25 AM


All times are GMT -5. The time now is 10:16 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.