![]() |
Sergey Kornilov admin 9/10/2007 |
Chris, See my changes in bold: If ctype = "upload2" Then ' write file rs("Make")= strValue if strValue<>"" then _ WriteToFile "\\server\share" & strValue, GetRequestForm("file_Make") end if
|
L
|
luic author 9/11/2007 |
Thank you. |
![]() |
Sergey Kornilov admin 9/11/2007 |
Chris, |
L
|
luic author 9/12/2007 |
The current application will generate a folder called output as you know. Usually, for quick deployment, we will remove or rename the old output folder with the new output folder. If the attachments or uploaded files stored in one of the subfolders of the Output folder, then we may easily forget the attachment folder from the old output folder. In that case, there will be a high risk of losing the attactments when a new output folder is deployed. Of course, we can get the backup copy. |
![]() |
Sergey Kornilov admin 9/12/2007 |
So, what is wrong with my suggestion that allows to use a network share to upload files? |