File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
* [ Instantiate] ( #instantiate )
14
14
* [ Amazon Aws S3] ( #amazon-aws-s3 )
15
15
* [ Global Config] ( #global-config )
16
+ * [ INPUT HTML STRUCTURE] ( #input-html-structure )
16
17
* [ Response Data] ( #response-data )
17
18
* [ Get Message] ( #get-message )
18
19
* [ Get Status] ( #get-status )
22
23
* [ Form] ( #form )
23
24
* [ Unlink] ( #unlink )
24
25
* [ Usage] ( #usage )
25
- * [ INPUT HTML STRUCTURE] ( #input-html-structure )
26
26
* [ Name] ( #name )
27
27
* [ Driver] ( #driver )
28
28
* [ BaseDir] ( #baseDir )
@@ -158,6 +158,17 @@ config_file(
158
158
);
159
159
```
160
160
161
+ ### INPUT HTML STRUCTURE
162
+
163
+ ```
164
+ <input type="file" name="avatar">
165
+ ```
166
+
167
+ - or -- ` For Multiple Data `
168
+ ```
169
+ <input type="file" name="avatar[]" multiple>
170
+ ```
171
+
161
172
## Response Data
162
173
- How to retrieve data
163
174
@@ -253,17 +264,6 @@ $upload->get('name);
253
264
254
265
## Usage
255
266
256
- ### INPUT HTML STRUCTURE
257
-
258
- ```
259
- <input type="file" name="avatar">
260
- ```
261
-
262
- - or -- ` For Multiple Data `
263
- ```
264
- <input type="file" name="avatar[]" multiple>
265
- ```
266
-
267
267
### Name
268
268
- Takes one param ` string ` as input name
269
269
- Static method by default
You can’t perform that action at this time.
0 commit comments