Author Topic: 1.4.1 - replace file upload does not work  (Read 5301 times)

Rodent

  • Newbie
  • *
  • Posts: 6
    • View Profile
1.4.1 - replace file upload does not work
« on: June 12, 2009, 08:30:08 am »
hi,

example:

I upload an image (data.jpg) under documents in a workspace.

then i want to create a new revision, and relace that file with a different one (work.gif).

I add the file.
i enter a revision comment.

And the file does not get replaced.
The popup comment is "Success: The file "data.jpg" has been updated."

(while it should upload and write work.gif)

Tested with different file formats and workspaces.

rgds
Alex

Rodent

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: 1.4.1 - replace file upload does not work
« Reply #1 on: June 16, 2009, 11:58:00 am »
hello, just asking if this bug report is qualified, or if this may be a problem at my end here.

not asking for when this will be fixed, if its qualified :)

rgds
Alex

Rodent

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: 1.4.1 - replace file upload does not work
« Reply #2 on: July 08, 2009, 10:14:06 am »
bump it up :)

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.4.1 - replace file upload does not work
« Reply #3 on: July 09, 2009, 03:49:23 pm »
This has been fixed for 1.5. The problem applied to images and it was because the browser only loads a given image once per page, so if you didn't refresh it wouldn't load the image again. We added a timestamp to the image's url so that the browser fetches it again after you update it.