Displaying 2 results from an estimated 2 matches for "semczyk".
Did you mean:
belczyk
2005 Sep 19
5
accept on Sortable
Hi all,
I am working on a Google Suggest Like thing, where you can add / remove,
drag n drop ... mini-apps, it is nearly done but I need some advices
(here it is if you want to check it :
http://dev.karibou.org/default/edit ).
I am using Sortables, is it the best way to do it ?
I needed to modify the Serialize function cause I didn''t like the way I
had to id my elements. Sorry, the
2005 Dec 14
2
RE: Form.serialize and Ajax.Request->fileserialization and encoding
I''d bet money that they use a hidden iframe. Gmail already uses that to
avoid breaking the back button, from what I''ve read. It''s impossible to
send multipart form data through XMLHttpRequest, or so everything I read
says and my own personal attempts confirm. There is an IE ActiveX
plugin that will let you send files in a similar fashion, but it''s IE
only. I