Support Home Page › Forums › Joomla Software › Easy File Uploader Module › Need help knowing which extension I should use › Re: Need help knowing which extension I should use

@karufta. Ok. I went and checked out your site. I believe that I can definitely help you. First off, I don’t know what error messages you are getting. When I tested it I didn’t get any error messages. However, I think what you may be referring to is the fact that you have 4 modules on the same page, and when you upload files with one, all 4 of them display the response message, whether that message is an error or a success notice.
To fix this, what you need to do is to change the value for “Input File Variable Name” for each module. Currently, you have all of your modules with the same name “fileToUpload“. What you should do is specify a different name for each module. It could be anything. For example, one could have “fileToUpload” and other have “fileToUpload2” and another have “taxUploadFile“, etc.
Lastly, you also have all the modules pointing to the same folder. Well, why don’t you have this setup instead:
1 2 3 4 5 |
<br /> shortsalesellerdocs/2010 tax return/Joe Seller/some_file_name.pdf<br /> <br /> shortsalesellerdocs/Authorization to Release Information/Joe Seller/some_other_name.doc<br /> |
You can accomplish this, by specifying “2010 tax return” in the “Choose the Upload Folder” in one module, and “Authorization to Release Information” in the “Choose the Upload Folder” in the other module.