I use the latest Image Fupload module(6.x-3.0-rc2) to upload images.
First, I got a error message:"Validation error ..."
I searched all the issues and found that enableing caching mode will solve the problem.
But I got a new error message:"No or Wrong Post data"
The screen show uploading completed and wait for processing images.
Then it will process image again and again. I found all the images have been uploaded to drupal tmp directory.
How can I solve this problem?
Thank you so much.

Comments

grandcat’s picture

Status: Active » Closed (duplicate)

You may not hit "ENTER" when using any other CCK Fields like "nodereference" etc. This will brake everything because of a bug in Drupal's form api which won't be fixed until D7.
I'm looking for a work-around at the moment.

http://drupal.org/node/426936

Lionheart-2’s picture

Status: Closed (duplicate) » Active

Hi grandcat,
I don't have the autocomplete field and doesn't hit "Enter" when upload image.
This can be another problem.
I can use flash to upload images in photos module but failed in image field with Image FUpload .
I really like Image FUpload module. May any module confilict with it ?
Thank you so much.

grandcat’s picture

There have been some conflicts with photos module in the past, so if you want to use FUpload, try to uninstall or disable, at least, that module.

grandcat’s picture

Category: bug » support