Re: use of save_FOO_file

2007-06-04 Thread Ulf Dambacher
Hi Franchesco There is a patch for newforms using the fileInput widget correctly. there you can find it: When the browser has presented it's File dialog and the form is submitted with a file selected, the raw contents of the file is appended to the post request (you have to set the encoding p

Re: how to select from a huge set of data?

2007-06-04 Thread Ulf Dambacher
Am Mittwoch, 2. Mai 2007 20:02 schrieb Ulf Dambacher: > Hi > > I need some kind of widget which can narrow the select by using > cateogries. But how can this be done in django? > > Java? Sorry... > > Ideas, Anyone ? Apparently no on e had one. So I created a Categorie

policy for including javascript in django source tree?

2007-06-04 Thread Ulf Dambacher
Hi everybody I just filled ticke 4467 for a CategorizedModelChoiceField wich includes some ajax functionality with javascript and some free glue code (http.request) from openjspan.org. Ubernostrum does not like this additional code. And I think others want to use javascript too and maybe con

how to select from a huge set of data?

2007-05-02 Thread Ulf Dambacher
Hi I'm doing a project with a technical database. The model consists of different constants. The key is autogenerated. Each entry has a category and a name. Togther they are uniqe Now I'd like the user to be able to select exactly one from this >300 data lines within a (new)form. Currently -