I find that the server side script may require different format.
When I did upload to a PHP page, I had to hand craft the MIME
content. It may not work with a non-PHP server side.
Jack
Thursday, March 16, 2006, 4:47:21 AM, you wrote:
>> Is it possible to send a file from a windows machine from,
> Is it possible to send a file from a windows machine from, lets
> say d:/testfile.txt to a weblink (like http://192.168.0.1/datas/upload/)
> or phisical address (like //192.168.0.1/datas/upload/) on linux using ICS?
>
> Assuming that I don't want to install FTP on linux server, is it still
> pos
Hello iwsc,
Usually, file upload is a server side feature done thru binary HTTP
POST so if you can upload data with a POST, then ICS can do it.
Regards.
imc> Hello
imc> Is it possible to send a file from a windows machine from, lets say
d:/testfile.txt to a weblink (like http://192.168.0.1/dat
Hello
Is it possible to send a file from a windows machine from, lets say
d:/testfile.txt to a weblink (like http://192.168.0.1/datas/upload/) or
phisical address (like //192.168.0.1/datas/upload/) on linux using ICS?
Assuming that I don't want to install FTP on linux server, is it still possi