Scenario:
I have a SSL encrypted website for a client through Yahoo! In order to use Yahoo!'s SSL, I had to create a folder called "SSL" on the root directory. Everything that you want to be encrypted goes into this folder.
Problem:
I need to customize the image upload function when inserting a product to be able to upload to the original "images" directory AND to the "ssl/images/" directory all in one click. I tried editing the "new_product_preview.php" file to upload the image to both directories, but I get 2 messages at the top of the admin page. The messages are "Successful" and "Warning". Meaning it is uploading to the "images" directory, but not the "ssl/images/" directory. Can someone help me out with this?
What is the syntax of the directory to upload to? Ex. "/ssl/images/" "../ssl/images/" etc.
Thanks



