root/trunk/bench/upload.cgi
| Revision 244, 130 bytes (checked in by nahi, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/local/bin/ruby |
| 2 | |
| 3 | require 'cgi' |
| 4 | |
| 5 | cgi = CGI.new |
| 6 | print "Content-Type: text/plain\r\n\r\n" |
| 7 | print cgi['upload'].size.to_s + "\n" |
Note: See TracBrowser for help on using the browser.