Gallery Remote Upload Bug

ryanh

Joined: 2005-01-27
Posts: 29
Posted: Sun, 2005-02-06 03:48

Problem with Gallery Remote dimension & file size limits on upload.

I've tried uploading with the remote applet, with 800 x 800 and 500kB limits on new photos in the album. When the uploading of a single image (or batch) finished, the images weren't resized or sized modified. I sent this to virshu, since he just looked at my site a couple days ago.
He mentioned I should post it here, as more people could take a look at what might be going on. Vishru mentioned these possibilities; applet doesn't send notification to sizelimit; sizelimit doesn't catch the notification, or notification mechanism has a bug.

Thanks for your help, as always!

PHP version 4.3.10
MySQL version 4.0.22-standard
Apache version 1.3.33 (Unix)[/url]

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2005-02-09 04:32

This is kind of a bug; the Gallery Remote module should obey the ItemAddOptions. I filed this bug about it so that you can track it. Thanks!

 
virshu
virshu's picture

Joined: 2003-09-13
Posts: 314
Posted: Wed, 2005-02-09 04:51

thanks, bharat! I started looking at it, but Gallery Remote is quite new to me (that is even more new than everything else :) ) So, unfortunately I couldn't be too helpful!

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2005-02-09 05:44

hm... java+php.. how will that work? (for options with ui components.. sizelimit should be fine)

 
ryanh

Joined: 2005-01-27
Posts: 29
Posted: Wed, 2005-02-09 12:18

Thanks for looking into this!

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2005-02-10 18:00

I think that we'll probably have to modify modules/remote/GalleryRemote.inc to do the same kind of logic as we have in ItemAdd and have it load option instances and call them...