开发者

Find the name and size of the uploaded document using Fiddler?

W开发者_Python百科ill I be able to identify the name and size of a document that I am trying to upload into a SharePoint 2007 document library using Fiddler2 tool?


Follow these steps:

  1. With Fiddler running, select the relevant entry for upload.aspx.
  2. Switch to 'Inspectors / Headers'
  3. Have a look at 'Entity / Content-Length'

I just did a test and it roughly corresponds with the length of the file. I am not sure if it is a 100% match or if headers etc are counted towards this length as well.


Open the document library in Explorer View copy & Paste the document Fiddler->Inspectors->Entirty->content-length Fiddlet-> Textview -> will be able to see the Name ofthe file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜