Active
Project:
Mupload
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2011 at 08:03 UTC
Updated:
24 Mar 2015 at 16:28 UTC
Jump to comment: Most recent
First, thanks for this promising module.
I didn't saw a report on this error so here a the steps to reproduce:
1. create a content type with a mupload field and one other required field
2. create a content of the same type we just created
3. add some images but don't fill the required text field
4. submit the form.
The result is that the previously uploaded images are lost and you have to upload them again.
Comments
Comment #1
randallknutson commentedMarked http://drupal.org/node/1337080 as duplicate
Comment #2
liquidcms commentedjust commenting that this is still an issue and images are not really deleted in my case.. they just lose file path info so they end up in /files root folder.. but appear on edit form as deleted. file_managed records also adjusted to match root folder.. so corrupted basically.
i am using file filed paths module to use tokens in file folder path and i have this same issue with plupload when used with that module. i havent tried mupload without FFP; my guess would be it is ok.