Problem with streaming uploads - patch # 2070

2006-12-11 Thread jacobm
I am running django rev 3581 with the streaming uploads patch - 3581-streaming_uploads_and_uploadprogress_middleware_x_progress_id.diff. The streaming uploads work great for binary file types, but any time I upload an M3U playlist file (and occassionally with other text files) I get this

Re: Can't start server with runfcgi

2006-12-01 Thread jacobm
I know the builtin http server isn't intended for production use, but does anyone know what problems I would likely run into if I proxied dynamic content URI's from apache to the django dev http server? This particular project is going to be very lightly used... typically only a handful of

Can't start server with runfcgi

2006-11-30 Thread jacobm
Hi, I'm trying to start a project using fastcgi and am having some problems. (mod_python doesn't want to build on this Solaris 8 box for some reason.) The current problem I'm facing is that the generated manage.py script doesn't have a runfcgi option. When I try "./manage.py runfcgi" it

Re: Sample code for progress bar using patch 2070?

2006-10-03 Thread jacobm
I'm getting desperate and I don't have as much free time to spend on this as I'd like. Is anyone willing to share a sample upload app using the ajax component in exchange for a paypal donation? --~--~-~--~~~---~--~~ You received this message because you are

Re: Sample code for progress bar using patch 2070?

2006-09-22 Thread jacobm
[EMAIL PROTECTED] wrote: > I adapted UploadProgress.js to be used in the admin, so it latches on > to the first form in the page if the js is loaded. > > To use uploadprogress load: > > django.middleware.upload.UploadStateMiddleware and > django.middleware.upload.StreamingUploadMiddleware in

Sample code for progress bar using patch 2070?

2006-09-21 Thread jacobm
Would anyone be willing to share the important bits of code required to use the progress bar included in UploadProgress.js from the 2070 patch? I've never done anything with ajax before and am a little lost on how this is supposed to work. Thanks! Jacob

Re: Problem with patch 2070

2006-09-20 Thread jacobm
[EMAIL PROTECTED] wrote: > Does this just happen with m3u, but no other filetype? Yes, it just happens with m3u files. So far I have been able to reproduce the problem with every m3u file I upload while every other filetype I've uploaded so far has uploaded successfully. Thanks, Jacob

Re: Problem with patch 2070

2006-09-19 Thread jacobm
I just checked out at 3581, applied 3581-streaming_uploads_and_uploadprogress_middleware_x_progress_id.diff and am still getting the same behaviour. Thanks, Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Problem with patch 2070

2006-09-19 Thread jacobm
Hi, I'm using patch 2070 for large streaming uploads in a relatively simple webapp, but I am getting reproducable exceptions whenever I upload m3u text files (doesn't seem to happen with any other kinds of files). I am running django at rev 3769 plus the 2070 patch from a file named: