Hi Alec,

You need to connect to the uploaded event:
http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WFileUpload.html#aacb4622c8cd83d1635a8c0db13c8c0fe

Example:
http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WFileUpload.html#_details

It uploads the file to a temporary file on the server by default, so you can
load it or whatever with:
http://www.cplusplus.com/reference/iostream/fstream/

It'll delete the temp file later, unless you tell it you want it with
stealSpoolfile()

Good luck :)
Matthew Sherborne
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to