Skip to content

Commit

Permalink
removed tmp tag for compatibility reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Dec 1, 2023
1 parent ac9bba5 commit cfbdea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/fileupload2.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ var fileUpload = class fileUploadClass {
if (this.urls.hasOwnProperty("url")) {
$.ajax({
url: this.urls.url,
headers: { "x-amz-tagging": "dv-state=temp" },
//headers: { "x-amz-tagging": "dv-state=temp" },
type: 'PUT',
data: this.file,
context: this,
Expand Down

0 comments on commit cfbdea5

Please sign in to comment.