I am trying to perform a file upload from a location to a fixed directory at the server. I accomplished this using only a file input object in HTML. I am having a problem to track the upload progress of an image file and to restrict the size of the image file. Are there anyway I can track my file upload progress on the server side? Any help is appreciated. Thanks.
Bookmarks