On Fri, Sep 16, 2011 at 12:21 PM, Matthew Sherborne
<msherbo...@gmail.com> wrote:
> Hi Parvinder,
> You're not connecting to the 'uploaded()'
> event: http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WFileUpload.html#aacb4622c8cd83d1635a8c0db13c8c0fe
> instead of
>
> b->clicked().connect(this, &WtWidget::populate);
>
> maybe try:
>
> b->clicked().connect(upload, &Wt::WFileUpload::upload);
>
> upload->uploaded().connect(this, &WtWidget::populate);

I have tried it but again no value in database gets stored. some
action gets performed by dont know exactly where the file gets
uploaded if it does.

this is the status of my database

test0=> SELECT * from a;
 id | version | dat
----+---------+-----
(0 rows)

test0=>

-- 
Parvinder Rajput
website:- www.parvinder.co.in

------------------------------------------------------------------------------
BlackBerry&reg; 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