Welcome Guest, Not a member yet? Register   Sign In
Processing Multiple Images?
#7

[eluser]Pawel K[/eluser]
Not sure what you mean by var_dump. print_r($image_info); after the last image is processed produces:

Code:
Array (
[file_name] => 1273890547.jpg
[file_type] => image/jpeg [file_path] => /home/----//public_html/cart/images/products/
[full_path] => /home/----//public_html/cart/images/products/1273890547.jpg
[raw_name] => 1273890547
[orig_name] => 1273890547.jpg
[file_ext] => .jpg
[file_size] => 25.88
[is_image] => 1
[image_width] => 400
[image_height] => 300
[image_type] => jpeg
[image_size_str] => width="400" height="300"
)

echo $config['source_image']; produces:

Code:
/home/----/public_html/cart/images/products/1273890641-main.jpg

The file 1273890641-main.jpg is on the server in the right place with permissions 777.

I'm not sure if this is what you are looking for, my apologies if it isn't.


Messages In This Thread
Processing Multiple Images? - by El Forum - 05-14-2010, 05:46 PM
Processing Multiple Images? - by El Forum - 05-14-2010, 07:34 PM
Processing Multiple Images? - by El Forum - 05-14-2010, 08:05 PM
Processing Multiple Images? - by El Forum - 05-14-2010, 08:10 PM
Processing Multiple Images? - by El Forum - 05-14-2010, 08:13 PM
Processing Multiple Images? - by El Forum - 05-14-2010, 08:24 PM
Processing Multiple Images? - by El Forum - 05-14-2010, 08:34 PM
Processing Multiple Images? - by El Forum - 07-27-2010, 08:35 PM
Processing Multiple Images? - by El Forum - 07-27-2010, 08:42 PM
Processing Multiple Images? - by El Forum - 02-10-2011, 06:07 PM
Processing Multiple Images? - by El Forum - 06-23-2011, 03:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB