Restricting users from uploading all file types except one
Does anyone know how to write a program that captures the upload event and checks the file extension (SSP) ?
Videos, Blogs, Tutorials, Sceencasts, webcasts are more helpfull.
Thanks;
Amir
Does anyone know how to write a program that captures the upload event and checks the file extension (SSP) ?
Videos, Blogs, Tutorials, Sceencasts, webcasts are more helpfull.
Thanks;
Amir
There is also a way to let a user choose from a predetermined content types, and with a feature remove the ability to upload files, but then you should supply a document template and the user won't be able to upload already written files.
And if the application has the ability to save files on web sites (like all new office programs), the user will be able to upload the files directly to the site.
I think your best bet is event handlers.
Hope I was helpful.