Re: [webkit-dev] Handling upload progresses

2008-11-24 Thread André Pedralho
I built WebKit from trunk and also from Qt 4.5 snapshot and in both of them I could not attach a file in Gmail. I tried Arora and the demo browser in Qt 4.5. They send the email without the file attached. Is there anything I could have done wrong? Questions: 1) Does WebKit support this kind of up

Re: [webkit-dev] Handling upload progresses

2008-11-11 Thread Holger Freyther
On Wednesday 12 November 2008 02:16:03 André Pedralho wrote: > A network reply handler might be good, but if could not get a network > reply when one upload starts I guess I will not be able to get a > handler for it... > > Did I miss something? Well, you can set the QNetworkAccessManager or such

Re: [webkit-dev] Handling upload progresses

2008-11-11 Thread André Pedralho
On Tue, Nov 11, 2008 at 2:32 PM, Holger Freyther <[EMAIL PROTECTED]> wrote: > On Tuesday 11 November 2008 14:46:12 André Pedralho wrote: >> Hi all, >> >> I'm just wondering if there is a way to get upload progresses the same >> way we can do with download ones. >> > > Not out of the box. Are you ta

Re: [webkit-dev] Handling upload progresses

2008-11-11 Thread Holger Freyther
On Tuesday 11 November 2008 14:46:12 André Pedralho wrote: > Hi all, > > I'm just wondering if there is a way to get upload progresses the same > way we can do with download ones. > Not out of the box. Are you talking about PUSH/PUT. You might want to look at this[1]. So basicly we know how big t

[webkit-dev] Handling upload progresses

2008-11-11 Thread André Pedralho
Hi all, I'm just wondering if there is a way to get upload progresses the same way we can do with download ones. I mean, when a download starts it raises a download requested signal (QWebPage), which can be used to get the related QNetworkRequest. With this network request I'm able to get a netwo