Where can I find files in various (common) extensions to test with my upload service?
up vote
0
down vote
favorite
I'm building a service that allows users to upload files. However, there are some file extensions that cause errors on the service, so I would like to try uploading most common file types to see which ones cause errors.
Where could I get the data set for testing?
Thanks!
file testing resources tdd
add a comment |
up vote
0
down vote
favorite
I'm building a service that allows users to upload files. However, there are some file extensions that cause errors on the service, so I would like to try uploading most common file types to see which ones cause errors.
Where could I get the data set for testing?
Thanks!
file testing resources tdd
Wouldn't study the pattern of those extensions which result in error be a bit easier?
– 蕭為元
Nov 9 at 3:54
@蕭為元 The problem is I don't have enough info why some file extensions results in the errors. So I need to get as much as files as I can to study the pattern. Right now there are some errors with .rar, .zip but not .7z, some with .doc, but not .docx.
– MangoLato
Nov 9 at 4:17
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm building a service that allows users to upload files. However, there are some file extensions that cause errors on the service, so I would like to try uploading most common file types to see which ones cause errors.
Where could I get the data set for testing?
Thanks!
file testing resources tdd
I'm building a service that allows users to upload files. However, there are some file extensions that cause errors on the service, so I would like to try uploading most common file types to see which ones cause errors.
Where could I get the data set for testing?
Thanks!
file testing resources tdd
file testing resources tdd
asked Nov 9 at 3:38
MangoLato
1
1
Wouldn't study the pattern of those extensions which result in error be a bit easier?
– 蕭為元
Nov 9 at 3:54
@蕭為元 The problem is I don't have enough info why some file extensions results in the errors. So I need to get as much as files as I can to study the pattern. Right now there are some errors with .rar, .zip but not .7z, some with .doc, but not .docx.
– MangoLato
Nov 9 at 4:17
add a comment |
Wouldn't study the pattern of those extensions which result in error be a bit easier?
– 蕭為元
Nov 9 at 3:54
@蕭為元 The problem is I don't have enough info why some file extensions results in the errors. So I need to get as much as files as I can to study the pattern. Right now there are some errors with .rar, .zip but not .7z, some with .doc, but not .docx.
– MangoLato
Nov 9 at 4:17
Wouldn't study the pattern of those extensions which result in error be a bit easier?
– 蕭為元
Nov 9 at 3:54
Wouldn't study the pattern of those extensions which result in error be a bit easier?
– 蕭為元
Nov 9 at 3:54
@蕭為元 The problem is I don't have enough info why some file extensions results in the errors. So I need to get as much as files as I can to study the pattern. Right now there are some errors with .rar, .zip but not .7z, some with .doc, but not .docx.
– MangoLato
Nov 9 at 4:17
@蕭為元 The problem is I don't have enough info why some file extensions results in the errors. So I need to get as much as files as I can to study the pattern. Right now there are some errors with .rar, .zip but not .7z, some with .doc, but not .docx.
– MangoLato
Nov 9 at 4:17
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53219508%2fwhere-can-i-find-files-in-various-common-extensions-to-test-with-my-upload-ser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Wouldn't study the pattern of those extensions which result in error be a bit easier?
– 蕭為元
Nov 9 at 3:54
@蕭為元 The problem is I don't have enough info why some file extensions results in the errors. So I need to get as much as files as I can to study the pattern. Right now there are some errors with .rar, .zip but not .7z, some with .doc, but not .docx.
– MangoLato
Nov 9 at 4:17