Android Question Upload and download ftp images with MYSQL

luisro

Member
Licensed User
So I've seen the best thing to work with images and database is to use FTP, I've seen many examples of uploading images with ftp, but I'm not clear how to download them to display a mysql query listing.

The ideal is to upload the FTP image and save in an image field the path on the server, and when querying the image field this perform an HttpUtils2 and download the image in that path and assign it to an imageview ???

Or recommend another method?
 
Top