do you know how i could allow uploading html files?
Sorry, I was busy, and I couldn't answer...
It's easy, follow these steps: 1) Right-click on the folder you allow uploads, and choose '
Properties...'
2) Go to '
File masks' tab, and on '
Upload filter mask' write this:
*.*(for allowing any type of file)
or
*.htm*(for HTML files only)
(this only allows:
.htm and
.html files)
If you need to allow several types, you can separate using ;
For example (more examples):
*.htm*;*.jp*g;*.txt;*.rar(this only allows:
.htm,
.html,
.jpg,
.jpeg,
.txt and
.rar files)
I guess this also answer this question (since it's the same question)Cheers,
Leo.-