Developer Reference Documentation

To get the most out of Upload ease you may want to use some of its more advanced features, such as automatic thumbnail generation or file integrity checks. Here you can find detailed descriptions of how to configure and use these advanced features.

JavaScript Helper Class

The Upload ease JavaScript helper class (found in the UploadEaseHelper.js file) is a convenient (and recommended) way of embedding Upload ease in your website. It provides an easy to use interface to configure and deploy the applet without having to have an in depth knowledge of JavaScript or the idiosyncrasies of deploying applets across different browsers.

Accessing the "Helper JavaScript"

In order to use the helper javascript (UploadEaseHelper.js) you need to reference it from the "head" section of your page (i.e. inside the <head> and </head> tags), which would look like this for a self-contained HTML page (assuming that the script is located in the "js" folder):

<html>
  <head>
    ...
    <script type='text/javascript' src='js/UploadEaseHelper.js'></script>
    ...
  </head>

  <body>
    ...
  </body>
</html>

Applet Helper Methods

Following is a list of applet helper methods, with descriptions of what they do and how to use them.

Applet Helper Options

Following is a list of applet helper options, with descriptions of what they do and how to use them.

Image Helper Methods & Options

Following is a list of Image Helper methods & options, with descriptions of what they do and how to use them.

Methods

Options