Illustrator opening as PDF

Axomporygoozy

New Member
I am coding a file sharing application for my office. One strange problem I am going through is the Illustrator files being opened in PDF when you hit the download button.This problem is triggered because the mime type of illustrator files is \[code\]application/pdf\[/code\]. So the browser when it reads the file, triggers Acrobat to open the file. Is there any way I could instruct the browser to open the file in Illustrator?Or is there any way to modify the mime type after uploading the file? The backend code is PHP.Thank you for any help.
 
Top