|
Follow the simple steps below in order to embed an upload form in your site! 1. Fill in the required parameters2. Put this code in your siteFill in all of the required fields
3. Create a script to handle the uploaded filesThis code must be placed on the pages, handling the "Redirect to URL on success" and "Redirect to URL on error". The example code is written in PHP, but you are free to use any programming language! <?php if ($_GET['uploaded']){ // The user file was uploaded successfully $result = simplexml_load_file($_GET['4s_ok']); |

