I just prepared an application which spits out an html having a hidden input containing a base64 encoded filedata.
We would like to use this for uploading the user's file to our webserver (http and/or https)
I tried to use a webapp's webpage to open the file on the local disk (forced a known file-url on c:\..)
This is not accepted, i can figure that so no one can read your files using an iframe or so.
Navigation at all to a local file is not possible.
This is not such a big deal as long i am able to use the local file to upload the contents to out webserver.
This works 100% but maybe i overlook a security issue/setting?
Or maybe browser don't like to post from local file to webserver?
??
We would like to use this for uploading the user's file to our webserver (http and/or https)
I tried to use a webapp's webpage to open the file on the local disk (forced a known file-url on c:\..)
This is not accepted, i can figure that so no one can read your files using an iframe or so.
Navigation at all to a local file is not possible.
This is not such a big deal as long i am able to use the local file to upload the contents to out webserver.
This works 100% but maybe i overlook a security issue/setting?
Or maybe browser don't like to post from local file to webserver?
??
Comment