tracker issue : CF-3602428

select a category, or use search below
(searches all categories and all time range)
Title:

fileGetMimeType can not get the mimetype of an item in ram:// Virtual File System

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): TIMOTHY CUNNINGHAM / TIMOTHY CUNNINGHAM (TIMOTHY CUNNINGHAM)

Created: 07/26/2013

Components: File Management

Versions: 10.0

Failure Type: Crash

Found In Build/Fixed In Build: Final / 287019

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 1

Problem Description: fileGetMimeType can not get the mimetype of an item in ram:// Virtual File System

Steps to Reproduce: store a text file in ram://test.txt 
then dump var="#fileGetMimeType("ram://test.txt", true) 
also dump var="#fileGetMimeType("ram://test.txt", false)

Actual Result: 
First dump gives you
ram:/test.txt (The filename, directory name, or volume label syntax is incorrect)

second dump:
ram:///test.txt (The filename, directory name, or volume label syntax is incorrect)


Expected Result: should return mimetype

Any Workarounds: write to physical disk (which sucks)

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3602428

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: Tim Cunningham-ACP
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

I am trying to do a test on uploaded file in VFS and it fails. it is an excel file - which until this update I could not even access
Vote by External U.
14768 | October 08, 2013 09:34:50 AM GMT