I am trying to create a progress bar for uploading files to my server.
The question is when i click to upload the file, does it create the file right away and start adding the bytes to the file? or does it save it in a temp and copy the file after uploading is done?
I am trying to create a thread, and keep reading the file size through c# and show the progress, is this possible?
if not what is the proper way?
The question is when i click to upload the file, does it create the file right away and start adding the bytes to the file? or does it save it in a temp and copy the file after uploading is done?
I am trying to create a thread, and keep reading the file size through c# and show the progress, is this possible?
if not what is the proper way?