Tuesday, May 22, 2018

INNORIX WP - Transfer policies


Situational Upload Events


With INNORIX WP APIs and situational events such as automated attachment and upload, developers can conveniently develop special usage UIs and link with third-party modules and so on.




Situational Download Events


Developers can receive and utilize various information (download URLs, a save path that is selected by a user, total file size, total number of files, each file’s name and size, etc.) and easily develop various download UIs. For example when a user selects files, using the selected download file list, the download can be automatically started.






Allows Attachment by link with Third-party module


As the event before attaching the selected files, detailed information (file path, name and size, etc.) of the selected files can be sent to a third-party’s verification module. According to the return values of the third-party’s module, INNORIX WP can permit or reject file attachments and display messages to users.

As the event before attaching the selected files, detailed information (file path, name and size, etc.) of the selected files can be sent to a third-party’s verification module. 
According to the return values of the third-party’s module, INNORIX WP can permit or reject file attachments and display messages to users.

DRM Auto Applied to Selected Files



As the event before attaching the selected files, detailed information such as the file path and the name of the selected files can also be sent to a third-party’s DRM module. In this process, DRM is applied to these files, the files that are attached by users will be replaced as DRM-applied files. These will then be automatically uploaded to servers.


Update various Information in the UIs



With the 2 events that occur after files are attached or removed, developers can easily display and update the attachment information such as the entire file size, entire number of files and etc.. This allows developers to freely customize and implement UIs.


Various Upload Function Buttons


Developers can freely implement various transfer buttons such as [Upload], [Download], [Remove the selected file], [Document files browse..], [Folder browse..] and etc. with HTML Tags such as input type=button.., img src.., a href.., div.. and etc.


Restrictions to Remove Attached File


2 events occur before and after deleting the attached files. The event before deleting the attached files is commonly used so that the user would not be able to delete the required attached files.


Customize Click and Double Click Events



Developers can customize click and double click events with various functions such as download, open, execute a file, as well as, show function menus, etc.





Situational Transfer Status Events



Developers can create appropriate display messages for end users or can alternatively implement messages/processes according to various situational events like: the beginning and end of an up/download, network/server failure or cancelation by users, etc.


Supports User Authentication



INNORIX WP automatically communicates with the server using the web browser's user authentication information. Without repeating the authentication process, only authenticated users are able to transfer files in their web business system through INNORIX WP while the server’s security policy is maintained.



Implements Custom POST Header



Developers can implement the POST header and it can be used for various purposes. In order to distinguish specific user's files in the servers, files sent by the user can be comprised of the same POST header. Also, developers can individually designate POST headers for each file, save them in different paths and it can be utilized for various uses.



Returns Error Messages


As soon as various errors that occur during the development process are received, such as server-side syntax errors and HTTP response errors; INNORIX WP will classify the errors and display a message to assist the developer so that they can handle the issue with promptness.


Shorter Code, More Features



The latest version of INNORIX WP improves the inconvenience of writing and editing long codes that were necessary in actions like multiple attachment areas on a page, resuming transfers, modify mode, etc.. Various APIs have also been added and convenience for developers has also been innovatively upgraded.





No comments:

Post a Comment