I am currently using <input type="file">
to post a file. Since I cant specify the value for
<input id="content" type="file">
and have to manually browse for the file, I want to know if I can specify the path using PHP Curl.
will the server read $_POST["content"]