|
From: jcjimen <jcj...@re...> - 2009-09-23 02:25:25
|
Hi all,
I'm developing a test application which uploads large files through a input
type="file" in a form.
I would like to know if there is any way of knowing the status of the upload
to create a progress bar or something else to show it graphically in the
application.
The call to submit the form is of course a submit and the application will
continue the next line execution when page gets the value, i.e. when the
file is uploaded.
page = (HtmlPage) form.submit((HtmlSubmitInput)
form.getInputByValue("Upload"));
Is there something implemented for this? It would be very useful to show a
progress of the submit form (file upload). Any help?
Regards,
John Charles
--
View this message in context: http://www.nabble.com/Progress-bar-for-a-large-file-submitted-through-a-input-type-file-in-a-form-tp25530964p25530964.html
Sent from the HtmlUnit - General mailing list archive at Nabble.com.
|