uploading xml

G

Guest

hey, i need to be able to take a file the user/other program sends me like
www.genericaddress.com/xml/default.aspx?xmlFile="filepath" or some other
similar way and upload it to my server, parse it and input it into a db all
without any user input except the initial web request in the address bar. i
already have code to parse the file into the db, but i cant get the file to
upload nomatter what i try. any ideas?
 
J

Joerg Jooss

John said:
hey, i need to be able to take a file the user/other program sends
me like www.genericaddress.com/xml/default.aspx?xmlFile="filepath"
or some other similar way and upload it to my server, parse it and
input it into a db all without any user input except the initial web
request in the address bar. i already have code to parse the file
into the db, but i cant get the file to upload nomatter what i try.
any ideas?

What exactly do you do to implement the upload? <input type="file"
..../>? Custom client?

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top