Zen Cart Logo
Forums / General Questions / Replace image white space while upload

Replace image white space while upload

Views: 731

Results 1 to 5 of 5
14 Aug 2014, 10:30 PM
#1
jennydutch avatar

jennydutch

New Zenner

Join Date:
Apr 2014
Location:
Bronx, New York, United States
Posts:
83
Plugin Contributions:
0

Replace image white space while upload

is there any way to auto replate white space when i upload image into product ???

Example::

Zen cart.jpg to zen_cart.jpg

14 Aug 2014, 11:01 PM
#2
jennydutch avatar

jennydutch

New Zenner

Join Date:
Apr 2014
Location:
Bronx, New York, United States
Posts:
83
Plugin Contributions:
0

Re: Replace image white space while upload

$dir = str_replace(' ', '_', $dir);

where should i place this?

15 Aug 2014, 5:27 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Replace image white space while upload

Just rename it correctly locally before you upload it

16 Aug 2014, 1:24 PM
#4
yaritai avatar

yaritai

Zen Follower

Join Date:
Apr 2014
Posts:
154
Plugin Contributions:
0

Re: Replace image white space while upload

Use the batch process in photoshop or a free program like ifranview. Both will allow you to replace spaces with underscores or whatever you want. Batch processing of images is a must as you can also convert all of them to progressive jpgs if needed along with other things like resizing.

16 Aug 2014, 1:38 PM
#5
jennydutch avatar

jennydutch

New Zenner

Join Date:
Apr 2014
Location:
Bronx, New York, United States
Posts:
83
Plugin Contributions:
0

Re: Replace image white space while upload

yaritai:

Use the batch process in photoshop or a free program like ifranview. Both will allow you to replace spaces with underscores or whatever you want. Batch processing of images is a must as you can also convert all of them to progressive jpgs if needed along with other things like resizing.

ya i know Batch processing... i can remove white space any amout of pictures at a time but.. my problem is i don't new picture for new product upload so it it need to save it from google or other site.. if i added 100 picture in a day so it not possible 100 time click on Batch processing ....

Thats why i am looking for auto convert white space to _ while uploading image