Skip to content

Commit 8d76dfd

Browse files
committed
Add images and description
1 parent f9ce06c commit 8d76dfd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
45.4 KB
Loading
118 KB
Loading

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,15 @@ The `anyDate` property renders a date picker that accepts both absolute and rela
223223

224224
![Apify Actor input schema - country input](./images/input-schema-date-both.png)
225225

226-
TODO: Example of file selection using `fileupload` editor:
226+
Example of file selection using `fileupload` editor. The input is passed to the Actor as a string, it is up to the author to resolve the file or validate if it exists.
227+
228+
![Apify Actor input schema - fileupload input](./images/input-schema-fileupload-input.png)
229+
230+
231+
The input allows the user to either provide a link or to upload the file as a record to a key-value store of their choosing.
232+
233+
![Apify Actor input schema - fileupload input options](./images/input-schema-fileupload-modal.png)
234+
227235

228236
Properties:
229237

0 commit comments

Comments
 (0)