I was wondering how I can verify and upload a file to my server from client computers. I have a form that uses:
So that the user can specify a file on their machine. I want to verify that the file exists via my CGI script and if possible, verify that the file is an image, and the size of the image. I would like to put the images in the "images" folder on my server.