|
-
May 3rd, 2000, 02:14 PM
#1
Thread Starter
Member
Hi guys
I am having on problem in my ASP application.
If an user posted an image. how can i collect it and save it to the disk. Please tell me the solution.
Thanks in advance.
-
May 3rd, 2000, 05:14 PM
#2
Lively Member
I don't really know how to do this.
But i have observe that some of the web sites are using the tag
<input type=file....>
They are using some sort of RFC 1867 standard.
http://utopia.knoware.nl/users/schlu...ags/index.html
This is about all that i can get...sorry.
-
May 3rd, 2000, 07:29 PM
#3
Thread Starter
Member
Thanks for replying
BUT
you are not getting my point.
Ok. i have used the tag <input type=file>.... in the page
using which user will choose the file name(which is there in his computer) to upload(Just like sending attachments along with a mail.) to the web server.
the moment he submits (submiting means requesting for another page)(at server level)in the requested page (it is an asp page) i have to collect the file contents using Request object and i have to save the contents to the local hardisk of the computer where this web server is running.
how can i do it.
-
May 3rd, 2000, 11:24 PM
#4
New Member
-
May 4th, 2000, 11:59 AM
#5
Thread Starter
Member
ThanQ Bryan
You said to use third party component.
How can i do it only with vbscript or jscript with out using third party component.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|