Is there a way to simulate progress?
I'm attempting to use the custom progress with an Input File object. It is the processing of the file that I need to simulate but there aren't any measurable steps as such.
I note that I've tried to use the input=file demo example that does not have any codebehind code, and the only way I could get the ProgressArea to display was to put code in the codebehind of the button click.
There is only 1 file to be uploaded, therefore the "While" is really only needed once otherwise it loops through the processing repeatedly.
The actual processing of the file is done using an external method from the project.
Perhaps I'm missing something?
Thanks
I'm attempting to use the custom progress with an Input File object. It is the processing of the file that I need to simulate but there aren't any measurable steps as such.
I note that I've tried to use the input=file demo example that does not have any codebehind code, and the only way I could get the ProgressArea to display was to put code in the codebehind of the button click.
There is only 1 file to be uploaded, therefore the "While" is really only needed once otherwise it loops through the processing repeatedly.
The actual processing of the file is done using an external method from the project.
Perhaps I'm missing something?
Thanks