Hello Susan, thanks for your awesome fast reply
yes also found that over google, but i need the "a" parameter to switch to the modules-screen to pass the "get" parameters to the module to activate the uploadhandler.
Maybe you wish to have a look at the module-class to figure out what i mean, there is a method called requestUpload(); in advalbum.module.class.php on line 1021 which is started in the background by the javaupload-applet, the applet opens the module with the querystring "a" parameter in the formaction and passes html-postvars as standard formdata, simply said a second modx instance will be opened but only for uploading
The complete gallery can be downloaded here:
http://wiki.012h.de/doku.php?id=en:advalbum:download
Installationinfo is provided here:
http://wiki.012h.de/doku.php?id=en:advalbum:how_to_install_advalbum
i'am currently out of ideas how to solve this, a separate php file for uploading is also unsuitable since it need access to alot of other methods in the class like imagescaling and database access etc.
thx