func X3.EN_FILE_UPLOAD(Char PATH_IN) : Tinyint

Request a file on the user's workstation and drop it on the server

  • PATH_IN Char Full path or volume to the file sent, moved and renamed
Return Tinyint 1 if file sent and 0 if not
Example

func X3.EN_FILE_UPLOAD(filpath("tmp","fichierup","txt"))
Request a file from the user and move it to the tmp directory as fileup.txt