Page 1 of 2

Integration of uppy upload module in NB [done]

Posted: Wed Jul 20, 2022 10:24 am
by nc07
https://uppy.io/docs/

Hello all,

Above is the link to uppy site which provides upload module which i think suites to integrate with NB for further enhancement.

This is just my personal idea and suggestion.

For your comments

Regards
Nilesh

Re: Integration of uppy upload module in NB

Posted: Thu Jul 21, 2022 7:43 am
by kev1n
Hi Nilesh,

Thanks for the suggestion! Uppy is now part of nuBuilder and can be tested:

Edit: Content removed since outdated.

Re: Integration of uppy upload module in NB

Posted: Thu Jul 21, 2022 6:35 pm
by miasoft
Thanks, kev1n! All work fine!

Re: Integration of uppy upload module in NB

Posted: Thu Jul 21, 2022 10:12 pm
by nc07
Thank you Kevin,

All works fine, full incorporation will make it much easy for NB users.

Really appreciate the suggestions were taken on board.

best regards
Nilesh

Re: Integration of uppy upload module in NB

Posted: Fri Jul 22, 2022 7:47 am
by kev1n
There's a new option "Target" for Input Type File.
input_file_target.png

When "File System" is selected, a default script is added in the HTML tab which can be customised.


:arrow: It's in the dev-repo. Please test it.

:!: Do not use it in your productive system. :!:

Re: Integration of uppy upload module in NB

Posted: Fri Jul 22, 2022 9:53 am
by miasoft
kev1n wrote: Fri Jul 22, 2022 7:47 am There's a new option "Target" for Input Type File.
:arrow: It's in the dev-repo. Please test it.
Tested!Ok! :)

Re: Integration of uppy upload module in NB [done]

Posted: Sat Jul 23, 2022 8:00 am
by kev1n
Please note that uppy is now incorporated in the official repo. A few things have been optimised and the dev code may not be functional anymore.

See viewtopic.php?p=27106#p27106 for more information.

Re: Integration of uppy upload module in NB

Posted: Sun Aug 21, 2022 6:09 am
by miasoft
kev1n wrote: Fri Jul 22, 2022 7:47 am There's a new option "Target" for Input Type File.
Is it possible to add uppy "Camera|Cloud" to Target option?

Re: Integration of uppy upload module in NB [done]

Posted: Sun Aug 21, 2022 8:11 am
by kev1n
Yes, this could be added. For the time being, choose "File System" and replace the HTML with

https://github.com/transloadit/uppy/blo ... index.html

Re: Integration of uppy upload module in NB [done]

Posted: Sun Aug 21, 2022 10:43 am
by miasoft
kev1n wrote: Sun Aug 21, 2022 8:11 am Yes, this could be added. For the time being, choose "File System" and replace the HTML with

https://github.com/transloadit/uppy/blo ... index.html
Everything seems to be working! But I can't figure out where this file(image from camera) is uploaded to?