| Function | Upload a file | ||||||||
| Example | HTML
|
||||||||
| Parameters |
|
||||||||
| Description |
Through S10Upload() you can enable the user to upload a local file. After the upload, the specified ABAP method is called. The content of the file is available in the attribute named in the <input> element with name= as an x-string. You can retrieve the file name in ABAP by s10actionparameter(). The file size is limited to a maximum of 16MB. Example: ABAP
|
||||||||
| Components | S10 Framework |