Hi,
I'm facing a problem with the uploads. If I click "browse", choose a file and then click save the file doesn't upload.
But if I press "upload" after I select the file, the file uploads via AJAX and I can save the node normally.

Thanks.

Comments

jpetso’s picture

Good grief, you're right! That's because in the 6.x version of FileField, uploading the files is linked to the submit function of the "Upload" button. That was necessary because the way it was before, the file would be uploaded on any button press ("Preview", "Add another item", ...whatever) which is wrong too.

So I guess what we need here is to link uploading to both the "Upload" button and the "Save" button. Let's see if I can get this fixed...

bassam’s picture

I'll look into it as well and try to figure it out as well.

Thanks a lot for this great module.

dopry’s picture

Status: Active » Closed (fixed)

This should be fixed in the 6.x-3.x dev series and 6.x-1.x is now deprecated.