Solution for the mini file...>>>

  •  01-11-2005, 5:47 PM

    Solution for the mini file...>>>

    Must replace the following code:
     ---------------
    if AllowUpload = "true"  then ......
    ----------------
    in the insert_image and insert document
    by
    ---------------------------------
    if AllowUpload then
    --------------------------------
     
     
View Complete Thread