I need to upload a single specific file (Ex. "C:\test.jpeg") to the web server using HTML5 components "FileAPI" and "XMLHttpRequest". Is it possible?
I have seen all types of examples that include drag and drop options, but I need less than that. I just need to call the JavaScript function, and I will send the path of the file I need to upload to a specific folder on the server.
IMPORTANT: I CAN NOT USE THE INPUT TAG. IT MUST BE DYNAMICALLY
Thanks in advance.