Topic: Select a destination when moving or copying a file

I sent an email twice asking this question, but have received no response so far. Perhaps, this is a better place to ask.

Is there a way to make a dialog box to pop up to select the destination when I drag a folder or file to Dropzone to move or copy? Is there such an extension?

When I add Move Files or Copy Files to the grid, I have to select the destination right then. Instead, I want to be able to freely choose the destination at the time I move a file. Is that even possible?

Thank you.

Re: Select a destination when moving or copying a file

Hi, You will have to create an action and use the dz.inputbox() function as described here:

https://github.com/aptonic/dropzone3-ac … ting-input

You can look at other actions and the above documentation to see how to write an action. There are several tutorials on Tuts+ that talk about creating and using actions in Dropzone:

https://computers.tutsplus.com/tutorial … h/dropzone

I hope this helps.

Re: Select a destination when moving or copying a file

Thank you. I'll give it a shot.