I have been using EFUP to upload files in forms at the backend of my site, and when I upgraded to 2.0 I could only upload at the frontend – the backend just showed a partially loaded form.
It turns out the plugin was looking for the media and plugin folders under the administrator folder.
I managed to fix it by changing line 117 of easyflashuploader.php to set root=true, e.g.
@jgbi. Thanks for your contribution. That is quite an interesting code snippet. Looks good.
Basically, for those who didn’t understand what you did, by setting root to true, you are telling the plugin to use JURI::root instead of JURI::base to create the full path to files.
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Using EFUP in backend’ is closed to new replies.