Enabled Debug Version :
%user_name%, %the_real_path%, %the_file_path%, %the_file_name%, %the_file_size%, %the_file_speed%, %the_file_error%
Command : Examples : Examples Copy to archive folder Move to hidden directory Run your own app giving.. Open the file (dangerous)
Argument :
Separator :
Example: If the command was "cp" and the argument was %the_real_path%:/archive/%the_file_name% Then, if a file was uploaded to "/upload/stuff.zip", it would be copied to "/archive/stuff.zip" Note the purpose of the "." in that it separates arguments to the command.
Enable debug mode to see how the command would be executed.
Only use most recent item.
If this is for an event where the event happens immediately, and not just on logout, this will only process the most recent item. Otherwise, it will go through each item executing the command on each.
Run command once with argument repeated for each item.
This does : "command argument argument argument" etc.