Pass WEB-UI URL to file path?
Posted: Sun Apr 05, 2020 3:46 pm
I made a shortcut like this
And I want to attach a link to the file itself "c:\torrent_file.torrent".
And I don’t understand how to transfer the file path using the URL!
In my view should, it looks something like this:
But that does not work. 
Code: Select all
"C:\Program Files\Internet Explorer\iexplore.exe" http://192.168.0.254:1654/upload.html
And I don’t understand how to transfer the file path using the URL!
In my view should, it looks something like this:
Code: Select all
"C:\Program Files\Internet Explorer\iexplore.exe" http://192.168.0.254:1654/upload.html?torrentfile=c:\torrent_file.torrent
