Welcome Guest, Not a member yet? Register   Sign In
[Request] Upload lib convert to properties lib
#1

[eluser]dynaflow[/eluser]
This is a little over my head so i was wondering can someone convert the image lib

https://github.com/EllisLab/CodeIgniter/...Upload.php

so that you can pass it upload $config and an image in a var and it return that images data() properties?

id find this very useful and im sure others would

e.g.

$this->load->library('upload_properties', $config);

and it output like

$image_data[$i] = $this->upload_properties->data();

so that a files properties could be got without running the upload process
#2

[eluser]dynaflow[/eluser]
anyone? :S
#3

[eluser]dynaflow[/eluser]
bump
#4

[eluser]goFrendiAsgard[/eluser]
@dynaflow : Sorry, I can't help, but I think you should create new issues on github repository
https://github.com/EllisLab/CodeIgniter/issues/new

The CodeIgniter reactor engineers should be able to solve this issue faster.




Theme © iAndrew 2016 - Forum software by © MyBB