J
|
Jane 2/9/2007 |
Hans, ' write file rs("FieldName")= strValue if strValue<>"" then _ WriteToFile Server.MapPath(GetUploadFolder("FieldName","") & strValue), GetRequestForm("file_FieldName") and replace it with this one: ' write file if strValue<>"" then ext = UCase(right(strValue,3)) if ext="WMV" or ext=".RM" then rs("FieldName")= strValue WriteToFile Server.MapPath(GetUploadFolder("FieldName","") & strValue), GetRequestForm("file_FieldName") end if end if
|
Z
|
zion4ever author 2/9/2007 |
Hi, |
J
|
Jane 2/12/2007 |
Please publish your project on Demo Account and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a URL to your pages along with instructions on reproducing this error. |