Метод | Описание | |
---|---|---|
SaveFiles ( List |
Saves each file in the FileUpload to the local "Content\\UserContent\\" folder and will set the IsErrors on each FileUpload if it is not possible to save the file. It will also attempt to delete the previous file name, but will be silent if the delete fails (file in use, permissions, etc.).
|
public SaveFiles ( List |
||
fileUploadList | List |
A list of files to save. |
Результат | void |