uploading xml
Tech-Archive recommends: Speed Up your PC by fixing your registry
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?
.
Relevant Pages
- Re: uploading xml
... i need to be able to take a file the user/other program sends ... > input it into a db all without any user input except the initial web ... i already have code to parse the file ... but i cant get the file to upload nomatter what i try. ... (microsoft.public.dotnet.framework.aspnet) - Re: Uploaded input text files...need options
... bruce barker wrote: ... then you need a new serverside upload control. ... about scalability. ... I could read the uploaded file directly into an array and parse through ... (microsoft.public.dotnet.framework.aspnet) - Re: Uploading a file using Javascript
... You cannot upload a file using XmlHTTP because you cannot read a file from ... I have an app where I collect some user input and optionally an image ... asynch XMLHTTP call to the server to process user input. ... I have not been able to upload a file. ... (microsoft.public.scripting.jscript) - Re: validating an uploaded file before inserting data in to database
... The user can upload any type of file as long as I am able to parse it ... StrComp, etc. Counting comma separated fields could be easy, do a ... Split on that delimiter. ... (microsoft.public.inetserver.asp.general) - using substr... is this efficient
... I have a scripted I wrote that uses *substr* on a file that has fixed ... I have to parse the file before I upload into MYSQL. ... (perl.beginners) |
|