(E)2 Gallery Pro Documentation
How to use the (E)2 Upload Admin
Uploading/Manage Images
- Uploading/Managing photos is done via the Upload/Manage Images tab
Click this to open the Upload/Manage interface

- Select the folder you would like to upload photos in, listed in the Gallery Folders list, or Create a new folder
.
- Select the folder you want to upload photos in, and create 2 folders: ‘large’ and ‘thumbs’ (if you plan to have a large image preview of your images)
- To upload files click the upload button

- Select files for upload and press Select

- File will appear in Upload Box and upload will begin.

- Repeat process for your large images and thumbnail images.
- Select the folder you want to upload photos in, and create 2 folders: ‘large’ and ‘thumbs’ (if you plan to have a large image preview of your images)
Create XML file
- Click on the Output XML Tab
- Click on the Download XML Sample File link
and view the source, copy and paste the sample XML into your favorite HTML editor. - Fill out the form and click the Get XML button:

- Select and Copy the XML output

- Go back to your sample XML file in your HTML editor and remove the Sample XML except for:
<?xml version="1.0" encoding="UTF-8"?>
<galleries></galleries>
And paste the XML output in between <galleries>
</galleries> tags in the XML file. For multile galleries, repeat upload process and Output XML for the second gallery and paste the XML output after the First </gallery> tag. - Save the XML file
- Click on the Upload/Edit XML Tab
- Upload your saved XML file you created. (Make sure that the file name is the same name that is set in your e2config.php: $e2xmlurl )

