Using multipart

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Using multipart

Annick
Hi,

        I have a big data (typically a canvas content), so when I use

        html input onChange: (html jQuery callback: [:v | self drawing: v] value: (html jQuery id: ‘mycanvas’))

        I get an error on request size.

        How can I use multipart request with ajax ?

        Best regards

        Annick
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Using multipart

Paul DeBruicker
You can do a POST on change I think eg

html jQuery post callback:  [:v | self drawing: v] value: (html jQuery id:
‘mycanvas’)



--
Sent from: http://forum.world.st/Seaside-General-f86180.html
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside