Quote Originally Posted by ladybugmom View Post
Code:
$up_ignore1 = "";
$up_ignore2 = "";
$up_ignore3 = "";
$up_ignore4 = "";
$up_ignore5 = "";
Files to ignore(not list) in the upload directory. ".htaccess" is ignored by default.
The above is listed on the site, I guess I read it as file extensions to ignore. Sorry about that, I have emailed the fella from UPLOAD-POINT to see if he has an answer or if it is even possible to designate extensions. I had planned on a little blurb by the upload button stating which extensions we would except.
I will post his reply as soon as I get it.

Maybe someone here knows more about php code and would know what to put where to designate which files to accept.
Hi ladybugmom

Uploaded the mod and it works OK. However:

1. Further to the selective file upload query, I found some pointers at:

http://www.reconn.us/content/view/30/51/
http://www.plus2net.com/php_tutorial...ile_upload.php

Just need to work out where to put same.

2. In line 164 of \includes\templates\YOURTEMPLATE_(RENAME)\templates\tpl_submit_product_default.p hp

Code:
<a href="http://www.yourdomain.com/upload" rel="popup console 600 400"><?php echo zen_image_submit(BUTTON_IMAGE_UPLOADED, BUTTON_UPLOADED_ALT); ?></a>
I am not sure about the rel="popup console 600 400" especially with respect to the existing popupWindow function and the css. While I had to adjust the dimensions to 850 600, and would prefer the window to be aligned centre below my header, I could not get to control its display in css.

3. I still have not worked out the $up_ignore function.

Best Regards