ID:270463
 
I was wondering how i would go about doing a browser based send file i have tried a few thing but they always seemed to fail, is there a way to use a thing such as F as file in a topic or what?
I don't think you can. Sending a file through the HTML file input control requires the form to use the POST method, which DS doesn't support.

You could do it if you're doing a DMCGI program on a webserver, or you could just call the regular input() as file once the browser page is sent.
In response to Jon88
oh ok thank you.