I don't believe they're stored temporarily anywhere. If so, it's internal to Django and I don't know it off-hand.
The only thing I've ever seen permission-wise is when there's a directory within media/uploaded that doesn't have the proper write permissions for the server. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Feb 14, 2011 at 10:11 AM, Thilo-Alexander Ginkel <[email protected]>wrote: > On Tue, Jan 26, 2010 at 18:33, Thilo-Alexander Ginkel <[email protected]> > wrote: > > On Thu, Jan 7, 2010 at 08:34, David Resnick <[email protected]> wrote: > >> Well, loading the image in PIL from the command line works. > > > > I am facing the same issue. Command line image loading works, but > > uploading through the RB UI fails: > > > > $ python > > Python 2.6 (r26:66714, Feb 21 2009, 02:16:04) > > [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 > > Type "help", "copyright", "credits" or "license" for more information. > >>>> from PIL import Image > >>>> Image.open("screenshot.png") > > <PIL.PngImagePlugin.PngImageFile instance at 0x7f1ee8babdd0> > > I'd like to revive this thread as I just received another user report > about this issue. As this is still working from the command line, but > not through the Web UI, I was wondering whether this may be a > permission problem for the file upload. Which directory are the > uploaded screenshots supposed to be written to temporarily? > > Thanks, > Thilo > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy user? Let us know at http://www.reviewboard.org/users/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en > -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
