Re: adding images to my content

2006-10-16 Thread RajeshD
> > > The admin does not show the full path of the uploaded file, so the end > > > user would need to fiddle with the path ... trying to smoothen this > > > process so the url that is displayed in admin is the full path or at > > > least a path that works. Or god forbid drag and drop! ;) > > As

Re: adding images to my content

2006-10-16 Thread Milan Andric
On Oct 16, 2:46 pm, "RajeshD" <[EMAIL PROTECTED]> wrote: > > The admin does not show the full path of the uploaded file, so the end > > user would need to fiddle with the path ... trying to smoothen this > > process so the url that is displayed in admin is the full path or at > > least a path tha

Re: adding images to my content

2006-10-16 Thread RajeshD
> > The admin does not show the full path of the uploaded file, so the end > user would need to fiddle with the path ... trying to smoothen this > process so the url that is displayed in admin is the full path or at > least a path that works. Or god forbid drag and drop! ;) > As a quick fix, in

adding images to my content

2006-10-16 Thread Milan Andric
Hello, I can serve my static files no problem, in apache I did SetHandler None and an Alias /media /homedir/djangostuff/myapp/media. The trick comes in the process or flow of adding files/images into a body of text. I'm adding content to the db through the admin and using markdown in the conte