I am fairly new to gallery. the framework looks nice.
I am looking for some guidance to call a separate module from a different module.
Would like to reuse the archiveupload in a new module I am writing. Some guidance and direction would be appreciated...
Posts: 8339
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 8339
I created a cool little hack that would let anonymous users upload archives to album owners.
The album owner receives an email notifying them about the uploaded archive, and they could decide whether to process the archive into their album or refuse - deleting the archive.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 27
Nice... I like it....
So just this code... so do some tests and ensure archive file, then just this call and done.
I'll give it a try.
Posts: 8339
Depending on scope, you may have to:
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 27
OK.. AS I am looking over the code, this will extract the files and return me a list of files. then I pass the list along to upload the individual items, right?
Posts: 27
OK.. I've been playing with this code.... It looks like it goes through performOperation ok, but then I get http: Upload failed error after everything..Any thoughts?