Max upload file size

Can any one tell me if Rails has a max file size upload limit? and if so
what is it and can I change it?

Cheers.

Fish Man wrote:

Can any one tell me if Rails has a max file size upload limit? and if so
what is it and can I change it?

Cheers.

Same question here. Probably a FAQ, but the forum search is currently
down…

Fish Man wrote:

Can any one tell me if Rails has a max file size upload limit? and if so
what is it and can I change it?

That would be dependent on whatever your webserver is as well as your
database if you’re uploading into a binary column of a database table.
Rails itself doesn’t have a limit, AFAIK.

Regards,
Henning K.

Henning K. wrote:

Fish Man wrote:

Can any one tell me if Rails has a max file size upload limit? and if so
what is it and can I change it?

That would be dependent on whatever your webserver is as well as your
database if you’re uploading into a binary column of a database table.
Rails itself doesn’t have a limit, AFAIK.

Regards,
Henning K.

Ah, thanks. Already thought so. Now I know where to search.

-markus

Markus Strickler wrote:

Henning K. wrote:

Fish Man wrote:

Can any one tell me if Rails has a max file size upload limit? and if so
what is it and can I change it?

That would be dependent on whatever your webserver is as well as your
database if you’re uploading into a binary column of a database table.
Rails itself doesn’t have a limit, AFAIK.

Regards,
Henning K.

Ah, thanks. Already thought so. Now I know where to search.

-markus

Hi
I am also same issue with file uploading .

We are using the Apache and mongrel server side ,My sql is the database
with file filed with type binary

Any ideas on this issue?