|
I created a picture upload tool that is a little different than all the samples, so I need to better understand how the upload status is determined when uploading using the file input field in html, javascript? I have a progress bar that will update with javascript, but it did not come with the code for reading the status of a file upload. Can that also be done just on the client side with javascript? (On the server side I'm using c#) I'm guessing it's a matter on putting a js function on the click event of the upload button that checks progress every half second or so, and that after it's done uploading the page will go to the server side function where the file is saved, but I can't find any straightforward samples I can understand.
|