I want to send a file to a server using Javascript on the client end and a perl cgi script on the server. And well I don't know where to start.
This is what I understand that I need to do; open the file read it, pass it to the server as the request body, pull the file out of the request body at the server end.
So any one know a good way to do this? also if I have got any of the basics wrong please let me know.