more info in debug_output for uploaded file
This commit is contained in:
@@ -49,6 +49,17 @@ feature -- Status report
|
|||||||
Result.append (n)
|
Result.append (n)
|
||||||
Result.append_character ('%"')
|
Result.append_character ('%"')
|
||||||
end
|
end
|
||||||
|
Result.append (" filename=%"")
|
||||||
|
Result.append (filename)
|
||||||
|
Result.append ("%"")
|
||||||
|
|
||||||
|
Result.append (" content-type=%"")
|
||||||
|
Result.append (content_type)
|
||||||
|
Result.append ("%"")
|
||||||
|
|
||||||
|
Result.append (" size=%"")
|
||||||
|
Result.append_integer (size)
|
||||||
|
Result.append ("%"")
|
||||||
end
|
end
|
||||||
|
|
||||||
feature -- Element change
|
feature -- Element change
|
||||||
|
|||||||
Reference in New Issue
Block a user