You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Joe Smith <ap...@yahoo.com> on 2004/12/22 01:51:36 UTC

Upload large file problem

I am using common file upload. When I tried to upload a large 20MB file and test it in my local machine, i.e, upload it to local machine, everything is fine. 
 
However, after deploying the application to the server, and run from there, then it display
"The page cannot be displayed" after 1 minute, the file cannot upload at all.
I posted this problem before, and someone suggested it maybe the time out problem. The timeout from where? I am using Websphere Application Server. Any possible roots to this problem, and what I can do now? 
 
Please adivse. thanks a lot!!

 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Upload large file problem

Posted by Joe Smith <ap...@yahoo.com>.
20MB cannot give me UnknownSizeException. This is adnormal behavior? No, I didn't see any log and exceptions at all, so you think it is not related to Apache common file upload?
 
please advise more. thanks

Howard Lin <xu...@gmail.com> wrote:
Your problem is different. (20MB will not give you
UnknownSizeException.) Do you have any trace/logs on the server from
your servlet?

Howard

On Wed, 22 Dec 2004 13:31:54 -0800 (PST), Joe Smith wrote:
> But I don't get any exception, the browser just display "The page cannot be displayed". I couldn't get any error at all.
> 
> Dakota Jack wrote:Did you see the list exchanges entitled "FileUpload :
> UnknownSizeException on a file of 3Go"?
> 
> On Tue, 21 Dec 2004 16:51:36 -0800 (PST), Joe Smith wrote:
> > I am using common file upload. When I tried to upload a large 20MB file and test it in my local machine, i.e, upload it to local machine, everything is fine.
> >
> > However, after deploying the application to the server, and run from there, then it display
> > "The page cannot be displayed" after 1 minute, the file cannot upload at all.
> > I posted this problem before, and someone suggested it maybe the time out problem. The timeout from where? I am using Websphere Application Server. Any possible roots to this problem, and what I can do now?
> >
> > Please adivse. thanks a lot!!
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> 
> --
> "You can lead a horse to water but you cannot make it float on its back."
> 
> ~Dakota Jack~
> 
> "You can't wake a person who is pretending to be asleep."
> 
> ~Native Proverb~
> 
> "Each man is good in His sight. It is not necessary for eagles to be crows."
> 
> ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> 
> -----------------------------------------------
> 
> "This message may contain confidential and/or privileged information.
> If you are not the addressee or authorized to receive this for the
> addressee, you must not use, copy, disclose, or take any action based
> on this message or any information herein. If you have received this
> message in error, please advise the sender immediately by reply e-mail
> and delete this message. Thank you for your cooperation."
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


		
---------------------------------
Do you Yahoo!?
 The all-new My Yahoo! � What will yours do?

Re: Upload large file problem

Posted by Howard Lin <xu...@gmail.com>.
Your problem is different. (20MB will not give you
UnknownSizeException.) Do you have any trace/logs on the server from
your servlet?

Howard

On Wed, 22 Dec 2004 13:31:54 -0800 (PST), Joe Smith <ap...@yahoo.com> wrote:
> But I don't get any exception, the browser just display "The page cannot be displayed". I couldn't get any error at all.
> 
> Dakota Jack <da...@gmail.com> wrote:Did you see the list exchanges entitled "FileUpload :
> UnknownSizeException on a file of 3Go"?
> 
> On Tue, 21 Dec 2004 16:51:36 -0800 (PST), Joe Smith wrote:
> > I am using common file upload. When I tried to upload a large 20MB file and test it in my local machine, i.e, upload it to local machine, everything is fine.
> >
> > However, after deploying the application to the server, and run from there, then it display
> > "The page cannot be displayed" after 1 minute, the file cannot upload at all.
> > I posted this problem before, and someone suggested it maybe the time out problem. The timeout from where? I am using Websphere Application Server. Any possible roots to this problem, and what I can do now?
> >
> > Please adivse. thanks a lot!!
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> 
> --
> "You can lead a horse to water but you cannot make it float on its back."
> 
> ~Dakota Jack~
> 
> "You can't wake a person who is pretending to be asleep."
> 
> ~Native Proverb~
> 
> "Each man is good in His sight. It is not necessary for eagles to be crows."
> 
> ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> 
> -----------------------------------------------
> 
> "This message may contain confidential and/or privileged information.
> If you are not the addressee or authorized to receive this for the
> addressee, you must not use, copy, disclose, or take any action based
> on this message or any information herein. If you have received this
> message in error, please advise the sender immediately by reply e-mail
> and delete this message. Thank you for your cooperation."
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
> 
>                 
> ---------------------------------
> Do you Yahoo!?
>  Take Yahoo! Mail with you! Get it on your mobile phone.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Upload large file problem

Posted by Joe Smith <ap...@yahoo.com>.
But I don't get any exception, the browser just display "The page cannot be displayed". I couldn't get any error at all.

Dakota Jack <da...@gmail.com> wrote:Did you see the list exchanges entitled "FileUpload :
UnknownSizeException on a file of 3Go"?


On Tue, 21 Dec 2004 16:51:36 -0800 (PST), Joe Smith wrote:
> I am using common file upload. When I tried to upload a large 20MB file and test it in my local machine, i.e, upload it to local machine, everything is fine.
> 
> However, after deploying the application to the server, and run from there, then it display
> "The page cannot be displayed" after 1 minute, the file cannot upload at all.
> I posted this problem before, and someone suggested it maybe the time out problem. The timeout from where? I am using Websphere Application Server. Any possible roots to this problem, and what I can do now?
> 
> Please adivse. thanks a lot!!
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."

~Dakota Jack~

"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-----------------------------------------------

"This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation."

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org



		
---------------------------------
Do you Yahoo!?
 Take Yahoo! Mail with you! Get it on your mobile phone.

Re: Upload large file problem

Posted by Dakota Jack <da...@gmail.com>.
Did you see the list exchanges entitled "FileUpload :
UnknownSizeException on a file of 3Go"?


On Tue, 21 Dec 2004 16:51:36 -0800 (PST), Joe Smith <ap...@yahoo.com> wrote:
> I am using common file upload. When I tried to upload a large 20MB file and test it in my local machine, i.e, upload it to local machine, everything is fine.
> 
> However, after deploying the application to the server, and run from there, then it display
> "The page cannot be displayed" after 1 minute, the file cannot upload at all.
> I posted this problem before, and someone suggested it maybe the time out problem. The timeout from where? I am using Websphere Application Server. Any possible roots to this problem, and what I can do now?
> 
> Please adivse. thanks a lot!!
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."

~Dakota Jack~

"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-----------------------------------------------

"This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation."

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Upload large file problem

Posted by Dakota Jack <da...@gmail.com>.
Hi, Joe,

I was expecting one of the mavens to respond to you.  If they don't
soon, I will.

Jack


On Tue, 21 Dec 2004 16:51:36 -0800 (PST), Joe Smith <ap...@yahoo.com> wrote:
> I am using common file upload. When I tried to upload a large 20MB file and test it in my local machine, i.e, upload it to local machine, everything is fine.
> 
> However, after deploying the application to the server, and run from there, then it display
> "The page cannot be displayed" after 1 minute, the file cannot upload at all.
> I posted this problem before, and someone suggested it maybe the time out problem. The timeout from where? I am using Websphere Application Server. Any possible roots to this problem, and what I can do now?
> 
> Please adivse. thanks a lot!!
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."

~Dakota Jack~

"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-----------------------------------------------

"This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation."

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org