|
|
| version 1.56, 2004/07/26 14:43:09 | version 1.103, 2005/11/22 11:21:35 |
|---|---|
| Line 1 | Line 1 |
| ^if(1){ | ^for[i](1;200){ |
| $response:download[ | <hr> |
| # $.file[ptic.gif] | $original[^for[j](1;$i){$j}] |
| $.file[empty] | $original |
| $.name[ptic2.gif] | <br> |
| $.mdate[^date::now(-1)] | $encoded[^original.base64[]] |
| ] | $encoded |
| }{ | <br> |
| $response:download[^file::load[binary;ptic.gif]] | $decoded[^string:base64[$encoded]] |
| $decoded | |
| ^if($decoded ne $original){^throw[bug;here]} | |
| } | } |
| OK | |