Re: upload files via ajax

2011-01-12 Thread Masklinn
On 2011-01-11, at 13:12 , Jani Tiainen wrote: > > I think Dojotoolkit and ExtJS both have nice mechanisms to do this ootb so no > need to reinvent the wheel. I've never been fan of jquery so I don't know is > there something for them (or for other similiar pure js frameworks) For jquery, the `jq

Re: upload files via ajax

2011-01-12 Thread Eugene MechanisM
I'm using Plopload http://plupload.com it's very nice!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@g

Re: upload files via ajax

2011-01-12 Thread Mauro Del Rio
On Tue, Jan 11, 2011 at 1:12 PM, Jani Tiainen wrote: > > http://valums.com/ajax-upload/ > > There is one standalone version how to do it pretty much browser > independently. > > > > -- > > Jani Tiainen > It seems to be what i am looking for, thanks! > > > > > -- > You received this message becau

Re: upload files via ajax

2011-01-11 Thread Mauro
On 11 Gen, 12:05, Łukasz Rekucki wrote: > On 11 January 2011 11:28, Jani Tiainen wrote: > > > > > > > On Monday 10 January 2011 16:05:13 Mauro wrote: > >> On 23 Dic 2010, 23:12, Paul Osman wrote: > >> > On Thu, Dec 23, 2010 at 9:39 AM, Mauro wrote: > >> > > Hello, > >> > > is it possible toup

Re: upload files via ajax

2011-01-11 Thread Łukasz Rekucki
On 11 January 2011 11:28, Jani Tiainen wrote: > On Monday 10 January 2011 16:05:13 Mauro wrote: >> On 23 Dic 2010, 23:12, Paul Osman wrote: >> > On Thu, Dec 23, 2010 at 9:39 AM, Mauro wrote: >> > > Hello, >> > > is it possible to upload files via

Re: upload files via ajax

2011-01-10 Thread Mauro
On 23 Dic 2010, 23:12, Paul Osman wrote: > On Thu, Dec 23, 2010 at 9:39 AM, Mauro wrote: > > Hello, > > is it possible to upload files via ajax? > > > I would like to upload multiple files in my application but i have the > > following exception: > > > Mu

Re: upload files via ajax

2010-12-23 Thread Paul Osman
On Thu, Dec 23, 2010 at 9:39 AM, Mauro wrote: > Hello, > is it possible to upload files via ajax? > > I would like to upload multiple files in my application but i have the > following exception: > > MultiPartParserError: Invalid boundary in multipart: None > > I

Re: upload files via ajax

2010-12-23 Thread robos85
http://www.swfupload.org/ is all You need :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups

upload files via ajax

2010-12-23 Thread Mauro
Hello, is it possible to upload files via ajax? I would like to upload multiple files in my application but i have the following exception: MultiPartParserError: Invalid boundary in multipart: None I'm using django 1.1. The ajax request has the content type header set as mulitpart/form-