How To Update Image In Php
Is it possible to update my imageview with diffrent images within a specific time using timer or thread ?
BenjaminFeb 25, 2012 Are you sure you want to store images in the database? It's generally preferred to store filename / URL fragments, and leave the binary data on disk, especially if they're larger images. See php:Store image into Mysql blob, Good or bad? For a discussion. And in our PHP code we simply get the image send by ajaxform and uploaded to our image directory.You may also like Upload Image to Database and Server using HTML,PHP and MySQL Thats all, this is how to upload image without page refresh using Ajax,jQuery and PHP.You can customize this code further as per your requirement.
How To Update Php Wordpress
JCJ3 Answers
use the above code to set an image to the image view and use a thread that can change contents in the UI bascially some thing like this
Abhay KumarAbhay Kumarhi check this post here is the exampel for imageview to display images in image view
here is main portion for set the image in imageview
PratikPratik