Code:
# for-each item selected perform the following commands
{
# add item to queue for upload
/queue "%p%f"
# after successful upload, move the source files to another folder
# change %p/UPLOADED/ with the desired location
/enq /move "%p%f" "%p/UPLOADED/%f"
}
#Automatically start the transfer queue
/start