Uploading Office 2007 file types.

Last post 04-21-2009, 1:52 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  04-20-2009, 2:07 AM 51245

    Uploading Office 2007 file types.

    Hi All,
     
    I inserted a validation process before the file is uploaded.
     
    I'm checking the temporary files' (.resx) Summary Properities (right click-->properties--> Summary tab)
     
    On Office 2003 documents the summary properties is preserved on the .resx file, however on 2007 those properties is empty.
     
    The weird thing is, after upload the summary properties are there.
     
    Any advise is welcome.
     
     

  •  04-20-2009, 3:03 AM 51248 in reply to 51245

    Re: Uploading Office 2007 file types.

    Hi,
     
    I don't know whether the office save the summary property to the file data , or another place , for example , a hidden file , or registry.
     
    If the summary is contained in the file , you can try to rename the resx file back to the origin file name.
     
    If not , I think the uploader is not able to upload the summary .
     
    Regards,
    Terry
     
  •  04-20-2009, 7:47 PM 51291 in reply to 51248

    Re: Uploading Office 2007 file types.

    Hi,
     
    If that's the case would there be a way to do some additional checking on a file after it has been uploaded?
     
    I tried the FileUploaded method but it seems that the file doesn't exist yet on the destination folder.
     
    Any help is appreciated.
     
    Thanks!
  •  04-21-2009, 1:52 AM 51299 in reply to 51291

    Re: Uploading Office 2007 file types.

    Hi,
     
    In that event , if you do not handle the file (copy or move it to some where) , the temp file would be deleted.
     
    Please check the args.GetTempFilePath() method.
     
    Regards,
    Terry
View as RSS news feed in XML