Added by Ezgi Cicek over 14 years ago
I have a WFileUpload widget and now I want to display the image I have uploaded. How can I do that?
PS: sorry if the question is trivial, I have just started to use Wt.
I found it :)
get the spooled file name and create an image with the resource you get with the spooled file name. Not that hard.