-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add upload extension #685
base: master
Are you sure you want to change the base?
Add upload extension #685
Conversation
What would this be useful for? |
I used it in my cloud chat project to have an upload file button that posts a link to the file in chat |
Is this extension already possible through a combination of files and the HTTP/fetch/Network extensions? |
Nope, because of how multipart/form-data uploads are created (see below), it isn't yet possible.
|
Would it be possible to turn this into a more general file uploading extension? At least a block like "set file host to [ ]", even if it only has one option for now |
It depends on the case. For a service like Gofile, they have multiple servers (store1, store2, etc) so there would have to be custom logic to grab the correct server from their API. Anyways, I'll get started on the new block now. |
Hey. something that's annoying with gofile and file.io is they dont provide direct links to the raw image. This really adds tons of limitations so I can't have the image show in my turbowarp project. Is there another hosting exactly like gofile that actually gives you the link to the raw hosted image, so i can have a plugin display the image in the project? |
As far as I know, no. If I find one, I'll be sure to add support for it though. |
Thanks @ClaytonTDM! |
Is this getting merged or what? |
Please have patience, we're all volunteers here. As stated in CONTRIBUTING.md, "We'll get to you as soon as we can, so please be patient". Edit: nevermind, patience is not required here lmao |
hi, sorry for the delay, currently whittling away at a review queue that pilled up during months of long days at work here's the deal for this extension -
|
Sure! I've added all the changes and fixes you mentioned. |
its been like a year |
Pretty simple extension that can't be replicated with pre-existing extensions