Home
Unable to upload images PDF Print E-mail
Wednesday, 30 July 2008

I'm trying to use the blog editor to upload an image to insert into the blog. When I try to upload I get an error message "No file has been uploaded". How can I fix this?

Affected versions: 1.2 

This seems to be an issue with certain SEF components. Anyway a work around for this is to edit the file JOOMLa/components/com_myblog/templates/admin/write.html at around line 133 modify the following block of codes

 url: '<?php echo $cms->get_path('live') . '/index.php?option=com_myblog&task=ajaxupload'; ?>',

To,

 url: '<?php echo $cms->get_path('live') . '/index2.php?option=com_myblog&task=ajaxupload'; ?>',
 
Next >