google-code-export / redmine-dmsf

Automatically exported from code.google.com/p/redmine-dmsf
1 stars 1 forks source link

File Size Error uploading a large file #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in administration - settings Attachment max. size = 200 MB
2. in a DMSF folder we try to ulpad a .mpg 
3. we got this error message: "File: xxxx.mpg, size: 168585220, max file size: 
104857600"

What is the expected output? What do you see instead?
Seems that DMSF doesn't read or use the "Attachment max. size" parameter, but 
it hasn't asuch type of parmeter within dmsf-setting par's

What version of the DMSF and Redmine are you using? On what browser and
operating
system?
DMSF 0.9.2
Redmine 1.2.0

Please provide any additional information below.

Original issue reported on code.google.com by pia.alg...@gmail.com on 20 Jul 2011 at 1:53

GoogleCodeExporter commented 9 years ago
If you have files >100MB you have to swith to standard upload form by select 
box top right of upload control. This is because of current state of File 
API/XHR2 implementation in browsers. For large files some browsers hang ups, 
some simply doesn't start upload etc. 100MB threshold is safe.

Original comment by vit.jo...@gmail.com on 21 Jul 2011 at 5:48

GoogleCodeExporter commented 9 years ago
Tested with firefox, the upload of a >100MB file works. Thank you

Original comment by pia.alg...@gmail.com on 21 Jul 2011 at 8:11

GoogleCodeExporter commented 9 years ago
I'm having the same problem, but I can't find "select box top right of upload 
control" ? I'm using DMSF 1.2.2 on Redmine 1.3.2

Original comment by armi...@gmail.com on 3 May 2012 at 7:01

GoogleCodeExporter commented 9 years ago
I am using:

Environment:
  Redmine version                          2.1.4.stable
  Ruby version                             1.8.7 (x86_64-linux)
  Rails version                            3.2.8
  Environment                              production
  Database adapter                         MySQL
Redmine plugins:
  redmine_dmsf                             1.4.5 stable

I get what I presume is the same error:

File size error.
File: ToolChain_Cosmic.rar, size: 140393629, max file size: 104857600

I do not see any "select box top right of upload control"; can someone explain, 
please?

Original comment by ZioB...@gmail.com on 14 Feb 2013 at 11:43

GoogleCodeExporter commented 9 years ago
same problem like #3 and #4 , using DMSF 1.2.2 on Redmine 1.4.5

Original comment by m.pakoz...@gmail.com on 7 May 2013 at 2:06

GoogleCodeExporter commented 9 years ago
I have the same problem, using DMSF 1.4.5p1 stable and Redmine 2.2

Can anybody help us?

Original comment by gdelaplo...@gmail.com on 8 May 2013 at 1:00

GoogleCodeExporter commented 9 years ago
Hi,

There is a selection to change file size to >100MB in-order to upload more than 
100MB files.

Original comment by rafeah.r...@gmail.com on 3 Jun 2013 at 2:32

Attachments: