Update sharex-php-uploader.xml

This commit is contained in:
Lee 2023-07-05 22:03:57 +00:00
parent ee9b2887dc
commit a0350845fb

@ -31,7 +31,7 @@ View the Git page: https://git.fascinated.cc/Fascinated/sharex-php-uploader</Ove
<!-- PHP Script Vars -->
<Config Name="Upload Secrets" Target="UPLOAD_SECRETS" Default="" Mode="" Description="You can add multiple secrets. Format: secret1,secret2,secret3" Type="Variable" Display="always" Required="true" Mask="false">set me</Config>
<Config Name="Upload Directory" Target="UPLOAD_DIR" Default="" Mode="" Description="The upload directory (If you don't know what this is, ignore it)" Type="Variable" Display="always" Required="true" Mask="false">./</Config>
<Config Name="Use Random File Names" Target="USE_RANDOM_FILE_NAMES" Default="" Mode="" Description="Use random file names instead of the original file name. (If this is on it will replace the file name given by ShareX with a random one)" Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="Use Random File Names" Target="USE_RANDOM_FILE_NAMES" Default="" Mode="" Description="Use random file names instead of the original file name. (If this is enabled it will replace the file name given by ShareX with a random one)" Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="Random File Name Length" Target="FILE_NAME_LENGTH" Default="" Mode="" Description="The length of the random file name (if above setting is enabled)" Type="Variable" Display="always" Required="true" Mask="false">8</Config>
<Config Name="Should Convert to Webp" Target="SHOULD_CONVERT_TO_WEBP" Default="" Mode="" Description="Should the script convert images to webp?" Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="Webp Quality" Target="WEBP_QUALITY" Default="" Mode="" Description="The quality of the webp image (0-100 - higher is better)" Type="Variable" Display="always" Required="true" Mask="false">95</Config>