Are there any suggestions as to refinements this addon ought to have? All it does now is batch upload images.
Merged on Apr 25 2011 at 20:00:02:
I got distracted by another project but have returned to this one. I have the batch upload working well, and it does multiple file selection for both FF and MSIE. What I'm trying to iron out now is the code for inserting it into the database.
ETA:
I hope someone will advise me about what is causing this problem:
I had my panel addon almost finished and all was working well, then suddenly whenever I try to load the page for it, it redirects to setup.php (which has been deleted anyhow).
ETA:
I found the solution here:
http://mods.php-fusion.co.uk/forum/viewthread.php?thread_id=8486
Must NOT name a file config.php!
ETA:
I have a zip file of
Batch Image Upload (also attached to this post) ready for beta testing if anyone cares to try it out and give me feedback before I submit it as an addon.
ETA:
Something I could use help with is how to properly use {access denied} . Also, I found that my upload script would not work with the YUI uploader if I put any kind of access limitation on it including that of cookies and sessions. I had to resort to modifying my web.config file to prevent extra-domain uploads.