I have been playing around with this Java Uploader for my clients. It allows them to upload custom images to be used on personalized products. At the moment it is just a stand alone uploader, but I was wondering if anyone knew how to add this into the “My Account” Section so customers can upload files to “their” directory.
// // construct target file path (desired location of uploaded file) - // here we put to the web server document root (i.e. '/home/wwwroot') // using user supplied file name $target_file_path = $_SERVER[ 'DOCUMENT_ROOT' ] . "/media/clientuploads/" . $file_name;
Anybody have any good ideas on how to have it automatically grab the client ID or order number when it uploads? I’m new to JAVA so any help is appreciated.
I hope people have a use for this tool. I was messing around with it last night and it works flawlessly in Magento.
I don’t think I can attach the Java file, so here is the link to this Applet: http://www.jumploader.com/
I would love to see this working on my site as well. Jumploader looks great. I actually like swfupload as well. http://www.swfupload.org/
Please, please, I could really use this just as you have mentioned above in the “My Accounts” section. Although, it would be nice as a “Custom Option” preferably