|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 07 > 25 > Telegram_2023-07-25T23 |
2023-07-25T23:06:19
in TIWFileUploader, in \Accept Files\ property we can select the file type that file uploader will upload.
in this property, I set the file types as the Mime types manner.
for example I use \text/html\ for html files and \text/css\ for css files.
I use \text/javascript\ for java script files, but it didn't work and file uploader shows all files by default.
How I can limit the files shows in the file uploader to Java script files?
.