I have it defaulting to 'create revision', which then created a page revision with that newly uploaded file tethered to it. In the upload module, I finally came across '// Only delete a file if it isn't used by any revision'
and there you have it -- uploading the file and not creating a revision at the same time, lets me delete the file (as long as there is no revision it is linked with)
def. see the thought process there, just zoomed over me.
Maybe something that lists 'revision files' ... onward and upward
On Thu, Nov 5, 2009 at 11:04 AM, Chris McKeever cgmckeever@gmail.com wrote:
On a node/page/story I can upload and attach a file. It appears on the page, and in the file folder on the system. When I flag the file for deletion, it is removed from the page, but it remains on the server. I would think it was a permission issue, but it gets created on the sever to begin with.
Any suggestions?