Open
Description
When using an uploader that uses carrierwave_direct, uploads that are not done directly mistakenly use carrierwaves temporary cache_id as part of the filename. This gives inconsistent url's between files that are directly uploaded and those that are not.
Files should be able to be directly uploaded by the user or programmatically uploaded by the server without any change in url behavior.