Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upload using XML

Status
Not open for further replies.

ProgressBar

Programmer
Jan 4, 2005
1
US
Hello All,
I am quite new to XML. I need to find a good tutorial/example of how to upload files to a server using XML.

I have a batch of Image files that need to be uploaded to a server. Along with the files are corresponding Index_Num and Cust_Name elements.

My current knowledge of XML extends to making basic XML documents for use with XSL and HTML. I don't understand how the XMl document is to be sent to the server and how to upload the image files.

Any help greatly appreciated,

ProgressBar
 
XML isn't really suited for this use. While you can send binary data (like your image files), you'd have to base-64 encode them first, and that bulks the file up quite a bit.

Chip H.


____________________________________________________________________
Click here to learn Ways to help with Tsunami Relief
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top