Project

General

Profile

Actions

Defect #8924

closed

Problem with upload file (upload with size zero)

Added by Rodrigo Guerrero over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
2011-07-27
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

When I upload one file, upload without problem (show me ok and show me in the issue's page the file like if should upload ok).

But when I going to folder: "files" the file have size zero.

Versions:
  • Redmine version: 1.2.1.devel.6316
  • Database version: MySql 5.0.51a-3ubuntu5.5
  • Ruby version: ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2010.01
  • Rails version: rails-2.3.11

I don't have plugins install

Thanks


Related issues

Is duplicate of Redmine - Defect #8912: File attachments 0-bytes after revision 6312Closed2011-07-27

Actions
Actions #1

Updated by Ethan Fremen over 12 years ago

I have this problem as well, git head today.

Actions #2

Updated by Ethan Fremen over 12 years ago

So far I can confirm the file is uploaded correctly to the system /tmp dir .
The production log correctly references the /tmp/ filename in the "PUT".
The filename is created in /files but has 0 length.

Actions #3

Updated by Ethan Fremen over 12 years ago

Ok, I added a line to attachment.rb 's before_save to see what was going on. It appears that the file is written twice, and the second time it fails:

saving '/var/www/redmine/files/110729115834_logo.png'
wrote file of size 3479
Attachment Create (0.4ms) INSERT INTO `attachments` (`disk_filename`, `content_type`, `downloads`, `created_on`, `container_id`, `container_type`, `digest`, `filename`, `filesize`, `author_id`, `description`) VALUES
saving '/var/www/redmine/files/110729115834_logo.png'
wrote file of size 0

When I back out the change to attachments.rb r6312:

http://www.redmine.org/projects/redmine/repository/revisions/6312/diff/trunk/app/models/attachment.rb

the file is correctly created, but still reports a 0 length file in the UI.

That's as far as I can go to fixing this today.

Actions #4

Updated by Jean-Philippe Lang over 12 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Same as #8912 and fixed in r6320. Thanks for digging into it.

Actions

Also available in: Atom PDF