choco
choco
TTCTheo's Typesafe Cult
Created by rre on 11/17/2024 in #questions
Where to host a static website for my company?
netify
9 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
i might be wrong but i dont think that you can get that info from listFiles method. also instead of get request that will return image itself can make head request that will return headers only (with a date).
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
in headers there are last-modified header
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
when you send request to that link you will have body with file and headers.
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
you can get the file by this link https://utfs.io/f/YOURFILEKEY
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
of the file you uploaded.
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
you have a file key right?
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
by sending request to https://utfs.io/f/YOURFILEKEY you can get headers that has last modified data
12 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
absolutely, i appreciate it
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
if it will not bother you, you can run it online, because i use build in classes, let me chekc if its possible myself first
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
I can give you the code that generates signedKey if it would help
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
Java
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
i think the problem is not with fileKey but with algorithm 256. But not sure. https://ptb.discord.com/channels/966627436387266600/1302368823630102579
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
oh the last one relatable, i am facing the same situation rn
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
do you use FileRoute?
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
on your own server
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
and you can generate signed url without extra request
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
you dont need to register the upload if you are not using any FileRoute
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
or atleast should be the same
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
i think it is still faster than using uploadFile from v6
132 replies