使用Fiddler查找上传文档的名称和大小?
我是否能够识别我尝试使用 Fiddler2 工具上传到 SharePoint 2007 文档库的文档的名称和大小?
Will 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请按照下列步骤操作:
我刚刚做了一个测试,它大致对应于文件的长度。我不确定这是否是 100% 匹配,或者标头等是否也计入此长度。
Follow these steps:
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.
在资源管理器视图中打开文档库
复制和粘贴文档
Fiddler->检查器->实体->内容长度
小提琴->文本视图->将能够看到文件的名称。
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.