Support Home Page › Forums › Joomla Software › Easy Flash Uploader Plugin › EASY FLASH UPLOADER – UPLOAD IN MORE THEN 1 FOLDER? › Re: EASY FLASH UPLOADER – UPLOAD IN MORE THEN 1 FOLDER?
July 15, 2012 at 4:30 pm
#1746
Michael Gilkes
Keymaster
@mauro. Thanks for posting!
Of course you can do that. All you need to do is to set the “destination” parameter for each instance to a different folder location. (See documentation for further details)
For example, in one article, you can have this:
1 |
{easyflashuploader destination='an_upload_folder'} |
And in other article (or even in the same article if you want), you can have this:
1 |
{easyflashuploader destination='some_folder/somewhere'} |
Of course, ‘an_upload_folder’ and ‘some_folder/somewhere’ are arbitrary names of folders that I have given for this example. Just replace those with the folders that you want to upload to.