Upload and display a picture

I am trying to find out which form item/control I can use in a DHTMLX form to upload and display a picture, any ideas?

To upload image you cah use dhtmlxForm item type “uploader”. But to show it you need to create your custiom server script. But the place of show can be form item type “container” or popup dhtmlxWindow (or i.e. if you have form in one layout cell you can show uploaded image in another cell)

Thanks will try it.

The work flow is as follows though:

  1. User selects an image to upload
  2. Selects and image
  3. Image after selection should be previewed before saving.

Will attempt something

Unfortunatelly you can’t make a preview on the client side without the upload action. You just can upload temporarily, to show to user.