Closed (won't fix)
Project:
Storage API
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2012 at 08:36 UTC
Updated:
15 Aug 2012 at 12:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
jbrown commentedThe files are initially stored in container specified as the intial container in the class.
If the intial container is not actually present in the class then the files will be deleted from the initial container once they have been successfully propagated to all containers that are in the class.
Comment #2
rogical commentedIt definitely yes when you use cloud storage or FTP.Comment #3
rogical commentedRecently, I found it's wrong.
Although I'm using FTP for initial container, it seems still will upload to local directory first.
The directory shows like this just after saving node.

After refresh the page, it turns to.

Comment #4
jbrown commentedURLs that take the form system/storage/serve/ are actually generator URLs - the file does not exist yet.
Comment #5
rogical commentedYou mean it's just some binary in temp or cache?
Comment #6
jbrown commentedno - the file doesn't exist yet so there can't be a url that points to it. the generator url creates the file in the initial container of the class and then issues an http redirect to the file.
Comment #7
rogical commented