Close submitted files (input type=file) when done with them. (bug 126829) r=dougt@netscape.com, sr=darin@netscape.com

git-svn-id: svn://10.0.0.236/trunk@119316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jkeiser%netscape.com
2002-04-18 22:02:09 +00:00
parent 0388215cbb
commit a0a822ebdc
9 changed files with 262 additions and 124 deletions

View File

@@ -147,7 +147,7 @@ NS_NewPluginPostDataStream(nsIInputStream **result,
file,
PR_RDONLY,
0600,
PR_TRUE))
nsIFileInputStream::DELETE_ON_CLOSE))
)
{
// wrap the file stream with a buffered input stream