I can select multiple files in swfu but the first upload never seems to finish. If I cancel all the uploads and refresh the page I find that the first image has been uploaded but not any of the others.

I am using:

Firefox 3.0.5
Drupal 6.9
Flash Player 10 plugin
Album Photos 6.x-2.5-beta4 and 6.x-1.4-beta3

Comments

or’s picture

Hi,

I just saw that here I could download a very old version which works. the problem is that it is a very old version and the other functionalities are not working well there.

I saw some threads here about that but didn't find an answer for that.

Thanks for a great simple-friendly module!

and thanks for anyone will want to give a hand on that one.

Jace08’s picture

I'm having the exact same problem with Drupal 6.8.

FOUND A SOLUTION: http://drupal.org/node/324497#comment-1084535

or’s picture

Thanks!!!!

Actually it was the file in comment#26 which solve the problem for me. :)

alt_pc’s picture

Status: Needs work » Active

I deleted my photos module and started again with 6.x-2.5-beta4.

The solution to add a "return true;" after line 271 in photos_swfu.module in comment #5 below works for me too!

The only issue I see now is that "Upload Image" uploads ok but puts it in the wrong album. Uploading from "Photos Management" uploads properly and puts it in the correct location.

Thanks everyone for your help!!!

Just reporting that the solution in number 2 fixed my uploads BUT
http://drupal.org/node/355079#comment-1186280

now I have the upload into wrong place problem
http://drupal.org/node/352250

thanks!

worldwidemv’s picture

Status: Active » Needs work

This is not a flash problem!
The problem is a missing return true; on the end of function photos_swfu_node($node)
(file photos_sfwu.php)

As a result, the status "complet" is never triggert.

Sorry for not provieding a real patch.

related to http://drupal.org/node/351643 and http://drupal.org/node/357168

nathaniel’s picture

Status: Active » Closed (fixed)