Firefox tracks downloads, but are uploads logged somewhere?











up vote
0
down vote

favorite












Is there a way to find the history of uploaded files like there is for downloaded files? If there is not a GUI for this, is there a log file I can comb through for this information?



I am looking for a retroactive solution.



Thank you










share|improve this question









New contributor




Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • The question is based on a fundamental misunderstanding of how the internet and browsers work and the role the play re downloading and uploading, but that does not make it a bad question, just a question the answer to which will be at an angle OP did not suspect.
    – music2myear
    11 hours ago










  • Sterling, the answer below is basically OK, but I think it may be more clear to say simply that while the browser downloads most files websites, websites do the uploading, not the browser. Yes, the browser displays the page that contains the upload elements, but the upload itself is not handled by the browser and so is not recorded by the browser.
    – music2myear
    11 hours ago










  • @music2myear, yes, but my question was more of a holistic sanity check. Is it the case or possible that the browser allows access to a local file and logs that information somewhere?
    – Sterling Beason
    10 hours ago










  • @music2myear: Your “websites do the uploading, not the browser” comment baffles me.  Websites can’t swoop down, snoop in your computer, and grab files.  Any file data that goes from the PC’s local storage to the web site is read from the file and written to the network socket by the browser.
    – Scott
    9 hours ago










  • It is a simplistic explanation, but it basically describes why the browser does not have a single list of uploaded files. When a browser downloads a file it uses a protocol determined by the site to request and then store binary content. It does so using its own engine. When a site requests data it uses any of a plethora of frameworks, plugins, or other methods to interact with the OS managed file system, through the browser, within the user's permissions, and then transfers the selected content. The browser may be a broker, but it does not perform the upload itself.
    – music2myear
    9 hours ago

















up vote
0
down vote

favorite












Is there a way to find the history of uploaded files like there is for downloaded files? If there is not a GUI for this, is there a log file I can comb through for this information?



I am looking for a retroactive solution.



Thank you










share|improve this question









New contributor




Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • The question is based on a fundamental misunderstanding of how the internet and browsers work and the role the play re downloading and uploading, but that does not make it a bad question, just a question the answer to which will be at an angle OP did not suspect.
    – music2myear
    11 hours ago










  • Sterling, the answer below is basically OK, but I think it may be more clear to say simply that while the browser downloads most files websites, websites do the uploading, not the browser. Yes, the browser displays the page that contains the upload elements, but the upload itself is not handled by the browser and so is not recorded by the browser.
    – music2myear
    11 hours ago










  • @music2myear, yes, but my question was more of a holistic sanity check. Is it the case or possible that the browser allows access to a local file and logs that information somewhere?
    – Sterling Beason
    10 hours ago










  • @music2myear: Your “websites do the uploading, not the browser” comment baffles me.  Websites can’t swoop down, snoop in your computer, and grab files.  Any file data that goes from the PC’s local storage to the web site is read from the file and written to the network socket by the browser.
    – Scott
    9 hours ago










  • It is a simplistic explanation, but it basically describes why the browser does not have a single list of uploaded files. When a browser downloads a file it uses a protocol determined by the site to request and then store binary content. It does so using its own engine. When a site requests data it uses any of a plethora of frameworks, plugins, or other methods to interact with the OS managed file system, through the browser, within the user's permissions, and then transfers the selected content. The browser may be a broker, but it does not perform the upload itself.
    – music2myear
    9 hours ago















up vote
0
down vote

favorite









up vote
0
down vote

favorite











Is there a way to find the history of uploaded files like there is for downloaded files? If there is not a GUI for this, is there a log file I can comb through for this information?



I am looking for a retroactive solution.



Thank you










share|improve this question









New contributor




Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Is there a way to find the history of uploaded files like there is for downloaded files? If there is not a GUI for this, is there a log file I can comb through for this information?



I am looking for a retroactive solution.



Thank you







firefox browser http






share|improve this question









New contributor




Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 12 hours ago





















New contributor




Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 17 hours ago









Sterling Beason

1042




1042




New contributor




Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Sterling Beason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • The question is based on a fundamental misunderstanding of how the internet and browsers work and the role the play re downloading and uploading, but that does not make it a bad question, just a question the answer to which will be at an angle OP did not suspect.
    – music2myear
    11 hours ago










  • Sterling, the answer below is basically OK, but I think it may be more clear to say simply that while the browser downloads most files websites, websites do the uploading, not the browser. Yes, the browser displays the page that contains the upload elements, but the upload itself is not handled by the browser and so is not recorded by the browser.
    – music2myear
    11 hours ago










  • @music2myear, yes, but my question was more of a holistic sanity check. Is it the case or possible that the browser allows access to a local file and logs that information somewhere?
    – Sterling Beason
    10 hours ago










  • @music2myear: Your “websites do the uploading, not the browser” comment baffles me.  Websites can’t swoop down, snoop in your computer, and grab files.  Any file data that goes from the PC’s local storage to the web site is read from the file and written to the network socket by the browser.
    – Scott
    9 hours ago










  • It is a simplistic explanation, but it basically describes why the browser does not have a single list of uploaded files. When a browser downloads a file it uses a protocol determined by the site to request and then store binary content. It does so using its own engine. When a site requests data it uses any of a plethora of frameworks, plugins, or other methods to interact with the OS managed file system, through the browser, within the user's permissions, and then transfers the selected content. The browser may be a broker, but it does not perform the upload itself.
    – music2myear
    9 hours ago




















  • The question is based on a fundamental misunderstanding of how the internet and browsers work and the role the play re downloading and uploading, but that does not make it a bad question, just a question the answer to which will be at an angle OP did not suspect.
    – music2myear
    11 hours ago










  • Sterling, the answer below is basically OK, but I think it may be more clear to say simply that while the browser downloads most files websites, websites do the uploading, not the browser. Yes, the browser displays the page that contains the upload elements, but the upload itself is not handled by the browser and so is not recorded by the browser.
    – music2myear
    11 hours ago










  • @music2myear, yes, but my question was more of a holistic sanity check. Is it the case or possible that the browser allows access to a local file and logs that information somewhere?
    – Sterling Beason
    10 hours ago










  • @music2myear: Your “websites do the uploading, not the browser” comment baffles me.  Websites can’t swoop down, snoop in your computer, and grab files.  Any file data that goes from the PC’s local storage to the web site is read from the file and written to the network socket by the browser.
    – Scott
    9 hours ago










  • It is a simplistic explanation, but it basically describes why the browser does not have a single list of uploaded files. When a browser downloads a file it uses a protocol determined by the site to request and then store binary content. It does so using its own engine. When a site requests data it uses any of a plethora of frameworks, plugins, or other methods to interact with the OS managed file system, through the browser, within the user's permissions, and then transfers the selected content. The browser may be a broker, but it does not perform the upload itself.
    – music2myear
    9 hours ago


















The question is based on a fundamental misunderstanding of how the internet and browsers work and the role the play re downloading and uploading, but that does not make it a bad question, just a question the answer to which will be at an angle OP did not suspect.
– music2myear
11 hours ago




The question is based on a fundamental misunderstanding of how the internet and browsers work and the role the play re downloading and uploading, but that does not make it a bad question, just a question the answer to which will be at an angle OP did not suspect.
– music2myear
11 hours ago












Sterling, the answer below is basically OK, but I think it may be more clear to say simply that while the browser downloads most files websites, websites do the uploading, not the browser. Yes, the browser displays the page that contains the upload elements, but the upload itself is not handled by the browser and so is not recorded by the browser.
– music2myear
11 hours ago




Sterling, the answer below is basically OK, but I think it may be more clear to say simply that while the browser downloads most files websites, websites do the uploading, not the browser. Yes, the browser displays the page that contains the upload elements, but the upload itself is not handled by the browser and so is not recorded by the browser.
– music2myear
11 hours ago












@music2myear, yes, but my question was more of a holistic sanity check. Is it the case or possible that the browser allows access to a local file and logs that information somewhere?
– Sterling Beason
10 hours ago




@music2myear, yes, but my question was more of a holistic sanity check. Is it the case or possible that the browser allows access to a local file and logs that information somewhere?
– Sterling Beason
10 hours ago












@music2myear: Your “websites do the uploading, not the browser” comment baffles me.  Websites can’t swoop down, snoop in your computer, and grab files.  Any file data that goes from the PC’s local storage to the web site is read from the file and written to the network socket by the browser.
– Scott
9 hours ago




@music2myear: Your “websites do the uploading, not the browser” comment baffles me.  Websites can’t swoop down, snoop in your computer, and grab files.  Any file data that goes from the PC’s local storage to the web site is read from the file and written to the network socket by the browser.
– Scott
9 hours ago












It is a simplistic explanation, but it basically describes why the browser does not have a single list of uploaded files. When a browser downloads a file it uses a protocol determined by the site to request and then store binary content. It does so using its own engine. When a site requests data it uses any of a plethora of frameworks, plugins, or other methods to interact with the OS managed file system, through the browser, within the user's permissions, and then transfers the selected content. The browser may be a broker, but it does not perform the upload itself.
– music2myear
9 hours ago






It is a simplistic explanation, but it basically describes why the browser does not have a single list of uploaded files. When a browser downloads a file it uses a protocol determined by the site to request and then store binary content. It does so using its own engine. When a site requests data it uses any of a plethora of frameworks, plugins, or other methods to interact with the OS managed file system, through the browser, within the user's permissions, and then transfers the selected content. The browser may be a broker, but it does not perform the upload itself.
– music2myear
9 hours ago












1 Answer
1






active

oldest

votes

















up vote
4
down vote













There is no way (except logging all of your traffic with a proxy, which is not retroactive) to have an "upload history", as technically there are multiple ways uploads happen behind the scenes. At most you can see the most recent folder from where the file has been uploaded, just go to that page and click upload.






share|improve this answer





















  • It may happen to be true that Firefox doesn’t log uploads, but why do you say «There is no way … to have an ‘‘upload history’’ ….»?  What do you mean by «technically there are multiple ways uploads happen behind the scenes», and how is it relevant to the question?
    – Scott
    9 hours ago










  • It is relevant because that is the key reason why the browser doesn't have this list.
    – music2myear
    9 hours ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Sterling Beason is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375108%2ffirefox-tracks-downloads-but-are-uploads-logged-somewhere%23new-answer', 'question_page');
}
);

Post as a guest
































1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote













There is no way (except logging all of your traffic with a proxy, which is not retroactive) to have an "upload history", as technically there are multiple ways uploads happen behind the scenes. At most you can see the most recent folder from where the file has been uploaded, just go to that page and click upload.






share|improve this answer





















  • It may happen to be true that Firefox doesn’t log uploads, but why do you say «There is no way … to have an ‘‘upload history’’ ….»?  What do you mean by «technically there are multiple ways uploads happen behind the scenes», and how is it relevant to the question?
    – Scott
    9 hours ago










  • It is relevant because that is the key reason why the browser doesn't have this list.
    – music2myear
    9 hours ago















up vote
4
down vote













There is no way (except logging all of your traffic with a proxy, which is not retroactive) to have an "upload history", as technically there are multiple ways uploads happen behind the scenes. At most you can see the most recent folder from where the file has been uploaded, just go to that page and click upload.






share|improve this answer





















  • It may happen to be true that Firefox doesn’t log uploads, but why do you say «There is no way … to have an ‘‘upload history’’ ….»?  What do you mean by «technically there are multiple ways uploads happen behind the scenes», and how is it relevant to the question?
    – Scott
    9 hours ago










  • It is relevant because that is the key reason why the browser doesn't have this list.
    – music2myear
    9 hours ago













up vote
4
down vote










up vote
4
down vote









There is no way (except logging all of your traffic with a proxy, which is not retroactive) to have an "upload history", as technically there are multiple ways uploads happen behind the scenes. At most you can see the most recent folder from where the file has been uploaded, just go to that page and click upload.






share|improve this answer












There is no way (except logging all of your traffic with a proxy, which is not retroactive) to have an "upload history", as technically there are multiple ways uploads happen behind the scenes. At most you can see the most recent folder from where the file has been uploaded, just go to that page and click upload.







share|improve this answer












share|improve this answer



share|improve this answer










answered 17 hours ago









Magnetic_dud

2,27332946




2,27332946












  • It may happen to be true that Firefox doesn’t log uploads, but why do you say «There is no way … to have an ‘‘upload history’’ ….»?  What do you mean by «technically there are multiple ways uploads happen behind the scenes», and how is it relevant to the question?
    – Scott
    9 hours ago










  • It is relevant because that is the key reason why the browser doesn't have this list.
    – music2myear
    9 hours ago


















  • It may happen to be true that Firefox doesn’t log uploads, but why do you say «There is no way … to have an ‘‘upload history’’ ….»?  What do you mean by «technically there are multiple ways uploads happen behind the scenes», and how is it relevant to the question?
    – Scott
    9 hours ago










  • It is relevant because that is the key reason why the browser doesn't have this list.
    – music2myear
    9 hours ago
















It may happen to be true that Firefox doesn’t log uploads, but why do you say «There is no way … to have an ‘‘upload history’’ ….»?  What do you mean by «technically there are multiple ways uploads happen behind the scenes», and how is it relevant to the question?
– Scott
9 hours ago




It may happen to be true that Firefox doesn’t log uploads, but why do you say «There is no way … to have an ‘‘upload history’’ ….»?  What do you mean by «technically there are multiple ways uploads happen behind the scenes», and how is it relevant to the question?
– Scott
9 hours ago












It is relevant because that is the key reason why the browser doesn't have this list.
– music2myear
9 hours ago




It is relevant because that is the key reason why the browser doesn't have this list.
– music2myear
9 hours ago










Sterling Beason is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Sterling Beason is a new contributor. Be nice, and check out our Code of Conduct.













Sterling Beason is a new contributor. Be nice, and check out our Code of Conduct.












Sterling Beason is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375108%2ffirefox-tracks-downloads-but-are-uploads-logged-somewhere%23new-answer', 'question_page');
}
);

Post as a guest




















































































Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...