PDA

View Full Version : Upload images


mohan
08-27-2003, 09:34 PM
Hi Antun,


I want to upload an image using laszlo and that should be display in the tab slider. How can i do in laszlo.




Thanks Antun,

Rudresh.

jvvnmurty
06-25-2007, 03:03 AM
You can get the upload code in the forum and after getting the image into ur server then in the tabelement just take a view as
<view placement="header">
<method event="onData">
this.serSource("image/text());
</method>
</view>