How i can resize image form file upload ? |
[eluser]Unknown[/eluser]
Hello everbody. Code: $icon="./uploads/icon_place/$file_name";/// it's work help me.
[eluser]jtkendall[/eluser]
Hi poppy, welcome to the CodeIgniter forums! You have to upload the files with the Upload library before you can resize the file. A good example of using the Upload library (as well as many other things) can be found in the user guide: http://ellislab.com/codeigniter/user-gui...ading.html Hope that helps.
[eluser]jedd[/eluser]
There's also a new [url="http://net.tutsplus.com/videos/screencasts/easy-development-with-codeigniter/"]nettuts screencast on file uploading[/url] that may be worth your time. Even if it doesn't answer your question directly it might give you some useful insights.
[eluser]Unknown[/eluser]
thank everbody. my solution stop: 1 upload to host 2 resize form step file (file uploaded step 1) 3 delete file(file uploade step1) |
Welcome Guest, Not a member yet? Register Sign In |