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

randallknutson’s picture

Marked http://drupal.org/node/1337080 as duplicate

liquidcms’s picture

Priority: Normal » Major
Issue summary: View changes

just 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.