Source for file HttpUploadedFile.php
Documentation is available at HttpUploadedFile.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Provides access to individual files that have been uploaded by a client.
- 17: *
- 20: *
- 29: */
- 31: {
- 32: /* @var string */
- 35: /* @var string */
- 38: /* @var string */
- 41: /* @var string */
- 44: /* @var int */
- 50: {
- 55: }
- 56: }
- 61: }
- 65: /**
- 66: * Returns the file name.
- 68: */
- 70: {
- 72: }
- 76: /**
- 77: * Returns the MIME content type of an uploaded file.
- 79: */
- 81: {
- 92: }
- 96: }
- 97: }
- 99: }
- 103: /**
- 104: * Returns the size of an uploaded file.
- 106: */
- 108: {
- 110: }
- 114: /**
- 115: * Returns the path to an uploaded file.
- 117: */
- 119: {
- 121: }
- 125: /**
- 126: * Returns the path to an uploaded file.
- 128: */
- 130: {
- 132: }
- 136: /**
- 139: */
- 141: {
- 143: }
- 147: /**
- 148: * Is there any error?
- 150: */
- 152: {
- 154: }
- 158: /**
- 159: * Move uploaded file to new location.
- 162: */
- 164: {
- 168: }
- 172: }
- 176: }
- 180: /**
- 181: * Is uploaded file GIF, PNG or JPEG?
- 183: */
- 185: {
- 187: }
- 191: /**
- 192: * Returns the image.
- 194: */
- 196: {
- 198: }
- 202: /**
- 203: * Returns the dimensions of an uploaded image as array.
- 205: */
- 207: {
- 209: }
- 211: }