[webkit-dev] File upload feature

Julien Chaffraix jchaffraix at pleyo.com
Tue Oct 7 02:16:11 PDT 2008


Hi,

On Mon, Oct 6, 2008 at 3:44 PM, Amit Nargund <amit.snargund at gmail.com> 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 nothing is POSTED to the server!

The network code for file upload is implemented and should be working
(it is not tested by any regression test so we cannot guarantee it is
actually working). There is a bug about upload not working with curl
that could be related to what you see (have a look at
https://bugs.webkit.org/show_bug.cgi?id=21211). Could you try whether
the attached patch help with your issue? If not could you file a bug
at bugs.webkit.org with the steps to reproduce it?
Thanks,

Julien

>
> On Mon, Oct 6, 2008 at 7:11 PM, Cedric Vivier <cedricv at neonux.com> wrote:
>>
>> 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 <amit.snargund at gmail.com>
>> wrote:
>> >
>> > 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 which I am using is curl.
>> >
>> > Thanks
>> > Regards,
>> > Amit
>> >
>> > _______________________________________________
>> > webkit-dev mailing list
>> > webkit-dev at lists.webkit.org
>> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> >
>> >
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


More information about the webkit-dev mailing list