Web Picture Load and Save

Hello

How i show a picture on the web app and how i save it

Where is the picture and where do you want to save it?

i need to load the picture to the webpage and then save to Postgresql and all the picture in the db then to show in the webpage when i get it.

To get started, take a look at the Xojo documentation for WebFileUploader, PostgreSQLPreparedStatement and WebImageView. They are the some of the classes you’ll need to upload a picture file from a user via their web browser to your server, save the image and related data to PostgresSQL and then display the images. Visit http://forums.realsoftware.com and search for threads dealing with saving and retrieving images to and from PostgresSQL databases.

how about donwload any plugin for browsers ,and then save the images on webpage to local folders? I found image saving on Google. have a try.