Hallo @all
i have a small (maybe ;-)) Problem:
I want to save the data from the image resizer in the database, because I need this data later. Only I have at the moment no plan who :-(
Can you help me please ?
here is the debugger print:
file1 is the variable from Image upload.
i have a small (maybe ;-)) Problem:
I want to save the data from the image resizer in the database, because I need this data later. Only I have at the moment no plan who :-(
Can you help me please ?
here is the debugger print:
Array
(
[file1] => Array
(
[name] => 20151124145812_20151021093447_team3.jpg
[original_name] => 20151021093447_team3.jpg
[path] => images/uploadfiles/20151124145812_20151021093447_team3.jpg
[size] => 22632
[link] => images/uploadfiles/20151124145812_20151021093447_team3.jpg
[thumb_big] => 20151124145812_20151021093447_team3_big.jpg
[thumb_med] => 20151124145812_20151021093447_team3_med.jpg
[thumb_small] => 20151124145812_20151021093447_team3_small.jpg
)
)
file1 is the variable from Image upload.