Large size file upload issue

Hi,
I have developed a small ruby on rails application to upload a user
chosen file. On Webrick server it uploads all size of files but after
deploying same
application on glassfish v2 server it only uploads small size files upto
50kb and
gives error for files bigger than that.

I have tried file column plugin too, that has the same problem of
uploading
on small files.

If anyone else has faced this same issue please let us know.

thanks
Vicky

Vikas Maan wrote:

Hi,
I have developed a small ruby on rails application to upload a user
chosen file. On Webrick server it uploads all size of files but after
deploying same
application on glassfish v2 server it only uploads small size files upto
50kb and
gives error for files bigger than that.

I have tried file column plugin too, that has the same problem of
uploading
on small files.

If anyone else has faced this same issue please let us know.

thanks
Vicky

Hello, there!

It seems like the problem about the configuration of WEBrick Server, why
don’t you change to Phusion Passenger. It’s better than WEBrick and I’ve
just made a example of uploading files.

Hi Sam,
thanks to see your reply.
I would like to change to Passenger but I am running server on windows
and
as per I know Passenger is not availabe for windows.

thanks
Maan

Sam Wang wrote:

Vikas Maan wrote:

Hi,
I have developed a small ruby on rails application to upload a user
chosen file. On Webrick server it uploads all size of files but after
deploying same
application on glassfish v2 server it only uploads small size files upto
50kb and
gives error for files bigger than that.

I have tried file column plugin too, that has the same problem of
uploading
on small files.

If anyone else has faced this same issue please let us know.

thanks
Vicky

Hello, there!

It seems like the problem about the configuration of WEBrick Server, why
don’t you change to Phusion Passenger. It’s better than WEBrick and I’ve
just made a example of uploading files.