mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update
This commit is contained in:
@@ -83,7 +83,7 @@ class Web:
|
||||
return output
|
||||
|
||||
def webFileUpload(self, fileToUpload, destFileName, directory):
|
||||
inputFP = codecs.open(fileToUpload, "rb")
|
||||
inputFP = codecs.open(fileToUpload, "rb", conf.dataEncoding)
|
||||
retVal = self.__webFileStreamUpload(inputFP, destFileName, directory)
|
||||
inputFP.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user