Project

General

Profile

Actions

Defect #747

closed

Uploadfile error ?!

Added by li wei about 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Start date:
2008-02-28
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Errno::EINVAL in MessagesController#reply
Invalid argument - ./files/080228121105_图.ppt
RAILS_ROOT: ./script/../config/..

Application Trace | Framework Trace | Full Trace
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/app/models/attachment.rb:59:in `initialize'
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/app/models/attachment.rb:59:in `open'
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/app/models/attachment.rb:59:in `before_save'
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/app/controllers/application.rb:154:in `attach_files'
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/app/controllers/application.rb:152:in `each'
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/app/controllers/application.rb:152:in `attach_files'
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/app/controllers/messages_controller.rb:57:in `reply'
D:/InstantRails-2.0-win/rails_apps/redmine-0.6.3/vendor/rails/activerecord/lib/active_record/callbacks.rb:348:in `send'

Request
Parameters: {"commit"=>"提交", "reply"=>{"subject"=>"RE: 论坛附件功能测试,上传个大文件试一下。", "content"=>"s"}, "id"=>"7", "board_id"=>"3", "attachments"=>[#<File:C:/DOCUME~1/admin/LOCALS~1/Temp/CGI.5348.5>]}


Files

图.ppt (314 KB) 图.ppt li wei, 2008-02-28 05:11

Related issues

Is duplicate of Redmine - Defect #1089: attachement's name maybe invalid.Closed2008-04-23

Actions
Actions #1

Updated by li wei about 16 years ago

Actions #2

Updated by Jean-Philippe Lang about 16 years ago

It looks like it works here. Does this problem occur with that particular file only ?

Actions #3

Updated by Brad Miller about 16 years ago

I'm having this issue too. It appears to be an issue with Safari. I get error page every time and have had reports from my users of it happening. If I try to upload the same file with Firefox (2.0.0.12) it works correctly. So it looks like something is broken with Safari and file uploads.

I was running r1137 and upgraded to r1183 tonight. The problem happens on both.

Actions #4

Updated by Ben Oakes about 16 years ago

I've had a similar issue, but it seems to only happen sporadically. (I.e., I just tested it now, but it worked. But i've often had to just fire up Firefox after losing the note I've written, etc, just to re-do everything.)

Actions #5

Updated by li wei about 16 years ago

  • Assignee set to Jean-Philippe Lang

I found a new bug ,please help me :(

redMine 500 error

Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.

demo site: http://202.99.27.201:8081

Actions #6

Updated by Brad Miller about 16 years ago

For the Safari aspect of this bug that I reported on in comment 3, it appears to be fixed with Safari 3.1 for the mac. I can successfully upload files with it on the same version of Redmine as before. It looks like the Safari team fixed what ever issue Safari had with uploads.

Actions #7

Updated by Edward Chang almost 16 years ago

The same to me.
When I change internet explorer's encode to Big5(Default is UTF8), It can be upload(Our country's computer is default using Big5).
I guess it's a problem when file save to disk is using encode UTF8. Not our country's encode.

Actions #8

Updated by Edward Chang almost 16 years ago

  • Target version set to 0.7.1

About Invalid argument - ./files/080228121105_图.ppt

May I ask, When file save to "files" directory, Don't use orange file name to save to directory and let we try to upload? I guess it's a program about charset.
(ex: file name "./files/080228121105_图.ppt", Change to "./files/080228121105_(time, minute, millisecond or else).ppt" to save it.)

Because it's really a big program to use it when we can't upload files.
Thanks.

Actions #9

Updated by Jean-Philippe Lang almost 16 years ago

  • Target version deleted (0.7.1)
  • Affected version (unused) set to 0.7.0
Actions #10

Updated by Jean-Philippe Lang almost 16 years ago

  • Status changed from New to Closed

Fixed in r1433. Filename will be hashed if needed.

Actions

Also available in: Atom PDF