1
HFS ~ HTTP File Server / Re: upload with filename inside URL
« on: April 01, 2009, 03:27:25 PM »
following your example, i m hoping to see the following:
http://host/folder/~upload?filename=c:\sometext.txt
i can then pass the string to firefox in cmd.exe (or batch file):
firefox.exe http://host/folder/~upload?filename=c:\sometext-file-1.txt
firefox.exe http://host/folder/~upload?filename=c:\sometext-file-2.txt
...etc...
because i can do this today
firefox.exe www.cnn.com
thanks
http://host/folder/~upload?filename=c:\sometext.txt
i can then pass the string to firefox in cmd.exe (or batch file):
firefox.exe http://host/folder/~upload?filename=c:\sometext-file-1.txt
firefox.exe http://host/folder/~upload?filename=c:\sometext-file-2.txt
...etc...
because i can do this today
firefox.exe www.cnn.com
thanks