Forums / Developer / Prob:upload.ini

Prob:upload.ini

Author Message

Balaji GK

Monday 15 June 2009 2:45:41 am

I have a folder structure in the Admin (http://www.example.com/<ez_root>/index.php/ezwebin_site_admin/content/view/full/2) site, say
Project A (Class:Project)
• Folder A (Class: Folder)
◦ File A
◦ File B
◦ File X
◦ Subfolder A (Class: Folder)
• Folder B (Class:folder)
and in the physical folder directory /opt/apache/htdocs/<ez root>/var/ezwebin_site/storage there are
•application
•images
•original
•text
I need to map the similar folder structure from the Admin site to the physical folder structure.
I tried configuring upload.ini and commented as below,
MimeClassMap[]
#MimeClassMap[image]=image
#MimeClassMap[video/quicktime]=quicktime
#MimeClassMap[video/x-msvideo]=windows_media
#MimeClassMap[video/vnd.rn-realvideo]=real_video
#MimeClassMap[application/vnd.rn-realmedia]=real_video
#MimeClassMap[application/x-shockwave-flash]=flash

This did not solve my problem, are there any other configurations to be made.Pls help!!!

Linux Fedora 9
eZ Publish:4.1.2
Php:5.2.9
Apache:2.2.11
MySQL:5.1.34

Thanks in Advance