Closed (fixed)
Project:
Storage API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2010 at 21:01 UTC
Updated:
27 Jun 2011 at 02:22 UTC
The following line of code is causing the Stream Wrapper to keep the same file name if I upload multiple files in one request using the file_save_data() function.
if (!isset($storage_core_bridge_filename))
$storage_core_bridge_filename = $filename;
I commented out the "if (!isset($storage_core_bridge_filename))" so if I am uploading multiple files in one request it will update the filename.
Comments
Comment #1
jbrown commentedI think this is fixed.