ahmedkandel / nova-s3-multipart-upload

A Laravel Nova resource tool to upload files directly to Amazon S3. You can (upload | download | delete) single, multiple, small or big files.
MIT License
22 stars 22 forks source link

Field doesn't show? #20

Closed hassan-knopsmedia closed 2 years ago

hassan-knopsmedia commented 3 years ago

I am trying to upload multiple files locally but the field doesn't show or S3 is a must for this field to be able to show?

Nova field: NovaS3MultipartUpload::make(__('Upload Files'), 'files') ->storeAsMultipleArray('file_path') ->disk('public') ->path('public/Orders') ->storeName('file_name') ->storeSize('file_size') ->keepOriginalName() ->allowMultipleUploads() ->displayPoweredByUppy(),

Model: `protected $fillable = ['files']; /**

ahmedkandel commented 3 years ago

this package works only with S3 disks.