react-native-file-upload icon indicating copy to clipboard operation
react-native-file-upload copied to clipboard

Possible to show a progress bar?

Open mbrochh-win opened this issue 10 years ago • 9 comments

As the title says. Do you think this could be extended to show a progress bar for the file upload?

mbrochh-win avatar Oct 30 '15 09:10 mbrochh-win

Good idea. Can you make PR for this?

booxood avatar Nov 02 '15 01:11 booxood

Not sure if I have the skills. Have never written a line of Objective-C :(

mbrochh avatar Nov 02 '15 02:11 mbrochh

In fact I also almost, this is the only one I wrote. :joy:

booxood avatar Nov 03 '15 01:11 booxood

Wow that's pretty impressive. Did you use any special resources to learn how to write the code (and to write it in such a way that it can be used from react-native)? Coming from Python, Objective-C is almost completely unreadable to me :)

mbrochh avatar Nov 03 '15 01:11 mbrochh

No special resources, just google and stackoverflow search. Objective-C is hard to adapt also to me.

booxood avatar Nov 03 '15 03:11 booxood

to write it in such a way that it can be used from react-native

That maybe refer to here.

booxood avatar Nov 03 '15 03:11 booxood

This would be very useful to me too. Any one solved this?

wootwoot1234 avatar Feb 06 '16 04:02 wootwoot1234

I solved this, here's my code: https://github.com/wootwoot1234/react-native-transfer

wootwoot1234 avatar Mar 21 '16 06:03 wootwoot1234

do you have the android version that seems to have been added here:

https://github.com/PhilippKrone/react-native-fileupload

???

faceyspacey avatar May 13 '16 22:05 faceyspacey