« Return to Thread: How to add trinidad progress Indicator with trinidad file upload component

Re: How to add trinidad progress Indicator with trinidad file upload component

by Andrew Robinson-5 :: Rate this Message:

Reply to Author | View in Thread

HTTP POST operations are not streaming. The server obtains the full
request after the POST is complete. There is no way with HTTP to
determine any kind of progress for an upload. You will just have to
show a please wait animation or something.

On Fri, May 9, 2008 at 9:05 AM, AjayMundra <ajay.mundra@...> wrote:

>
> How to add trinidad progress Indicator with trinidad file upload component
>
> i'm trying to add a progressIndicator with trinidad inputFile component, but
> i do not find any document on how to do this.
>
> Please help!
>
>
> Ajay Mundra
> --
> View this message in context: http://www.nabble.com/How-to-add-trinidad-progress-Indicator-with-trinidad-file-upload-component-tp17150076p17150076.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

 « Return to Thread: How to add trinidad progress Indicator with trinidad file upload component