Hi Ladybugmom

Since my last post, I did a developer-tool-kit search for "upload" and "upload_files" etc and discovered the following zen cart files both provide for extensions:

admin\includes\classes\upload.php
includes\classes\upload.php

which function with

admin\mail.php
admin\media_manager.php

As I am not good with php, the problem remains how to incorporate these snippets into your mod.

However, your fix may save me a lot of bother. With the limitation of only applying to one file uploaded at a time, I suppose a little note to the uploader may cater to situations where more than one file is to be uploaded.

I imagine one can upload one file after another by multiple pressings of the "Upload your file" button before finally pressing the send button for the form. If this is the case, the form should provide a place to list the files so uploaded.

Best Regards