Hi To all New Xojo
the user need like examples for each control in xojo so this way we no have to ask to the forum .
Example:
with WebImageView we need get picture and save picture
so on
Hi To all New Xojo
the user need like examples for each control in xojo so this way we no have to ask to the forum .
Example:
with WebImageView we need get picture and save picture
so on
Could you explain a little more what you are trying to do?
I want to upload a photo and save it in the database then later show the photo.
I think xojo require any further examples of how to use some controls so they do not ask many questions on the forum and only ask questions when things do not go well you learn more than one new compiler faster
thanks
We are actively building a new library of examples for Xojo, and you should see mor and more with each release.
For this particular example, I’d suggest looking at http://documentation.xojo.com/index.php/WebFileUploader first. That will get you the information you need about uploading files. Displaying images can be done through WebImageViewer or WebCanvas.