Iam able to checkin normal files in TFS but when iam trying to check in a video file of arounf 25 mb then inially it takes time but finally says that request is aborted. Please help.
Asked
Active
Viewed 79 times
2 Answers
0
There shouldn't be any reason of file types could cause an upload issue. Otherwise, it should have to be known since so many people are using TFS. Please make sure this file is not in use with other application
To narrow down this issue, you can do some test as below:
- Check in another video file
- Check in this file to another team project
- Check in this file with another user account
- Try other methods with the upload (such as drag and drop or used the browse button to attach the file )
- Try to upload this file in work item

PatrickLu-MSFT
- 49,478
- 5
- 35
- 62
0
Try with the solution in this question: TFS check in timeout of changeset containing “larger” binary files.
So, I added this to TfsMigrationShell.exe.config
<appSettings> <add key="VersionControl.UploadChunkSize" value="2097152" /> </appSettings
Another similar question: TFS2012 - cannot upload files larger than 5MB.

Community
- 1
- 1

Eddie Chen - MSFT
- 29,708
- 2
- 46
- 60