1

When having this tag in form

<input type="file" webkitdirectory directory multiple />

it provides user by a window to chose dir to upload files from

I want the same action but just get the dir without uploading any file

I need it for offline project, so if it needs more authentications no problem.

1 Answers1

0

The problem is that I was sending var on submitting,

yet it shoud be set as array

`<button type='submit' name='arr[]' value='submit' multiple>`

Then access it as array