Re: [webkit-dev] File upload feature

2008-10-07 Thread Julien Chaffraix
Hi, On Mon, Oct 6, 2008 at 3:44 PM, Amit Nargund [EMAIL PROTECTED] wrote: Hi, No it does not crash. If I open rapidshare.com, and then select a file and click on upload... nothing happens! I observed the http traffic through wireshark, and I could not see any POST packet in it. That means

Re: [webkit-dev] File upload feature

2008-10-07 Thread Amit Nargund
Hi, I have already looked at that fix, and I have attached the patch, but the file upload is still not working! I tested it with rapidshare.com and site waits as if no data has arrived. I monitored the traffic and noticed that nothing is POSTed i.e. no POST packet is observed. On Tue, Oct 7,

[webkit-dev] File upload feature

2008-10-06 Thread Amit Nargund
Hi all, I am currently working on *Gtk* platform. I checked the latest code, in that code File uploading does not work. Does anybody knows whether webkit currently supports/implements File uploading or not? Or is it not working because of the platform on which I am working? The network library

Re: [webkit-dev] File upload feature

2008-10-06 Thread Cedric Vivier
Hi, What do you mean does not work ? If it crashes it might be related to the recent regression I filed a bug about yesterday : #21385 ( https://bugs.webkit.org/show_bug.cgi?id=21385 ) Regards, On Mon, Oct 6, 2008 at 7:57 PM, Amit Nargund [EMAIL PROTECTED] wrote: Hi all, I am currently

Re: [webkit-dev] File upload feature

2008-10-06 Thread Amit Nargund
Hi, No it does not crash. If I open rapidshare.com, and then select a file and click on upload... nothing happens! I observed the http traffic through wireshark, and I could not see any POST packet in it. That means nothing is POSTED to the server! On Mon, Oct 6, 2008 at 7:11 PM, Cedric Vivier