mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Major bug fix - before it raised a traceback, now works.
This commit is contained in:
@@ -78,7 +78,6 @@ class Web:
|
||||
|
||||
def __webFileStreamUpload(self, stream, destFileName, directory):
|
||||
stream.seek(0) # Rewind
|
||||
stream.name = destFileName
|
||||
|
||||
if self.webApi in ("php", "asp", "aspx", "jsp"):
|
||||
multipartParams = {
|
||||
|
||||
Reference in New Issue
Block a user