|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Uploading file from client to server - HOW?? |
From: |
Magnus Johansson |
Date: |
3/2/1999 1:29:05 PM |
IP: |
193.15.135.227 |
Hi!
I want to upload a file from client to the server, how do I do?
I've written a java application on the client and on the server I have ASP running.
Shall I use the http PUT method or can I do it with ordinary http POST?
Can I use http protocol for upload even if the file is pretty large?
Or is there a smarter way to do it? Sockets?
I didn't succeed using put method in ftp in my java application (said it didn't support output).
Thanks for any hints!
Code samle is very welcome!
Regards
Magnus in Sweden |
Follow Up - Re: Uploading file from client to server - HOW?? - Shahryar 3/5/1999 5:01:39 AM
|
|
|
|
|
|
|
|
|
|
|
|