more info in debug_output for uploaded file

This commit is contained in:
Jocelyn Fiat
2013-03-29 21:22:56 +01:00
parent e3e6fd7f62
commit decb9d0f9b

View File

@@ -49,6 +49,17 @@ feature -- Status report
Result.append (n)
Result.append_character ('%"')
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
feature -- Element change