fmrib00
fmrib00
Is this a bug or I am not doing the right thing? Any workarounds are highly appreciated!
step being 1 is ok as long as float numbers are not rejected because of the step size.
Thanks for the help but I am interested in getting an endpoint for doing the opposite - returning (downloading) a file instead of uploading one within fastui framework. Any idea?
I would like a new FastUI component for that, something like DownloadEvent, so that I can create an endpoint like this: @router.post("/download") async def download() -> list[AnyComponent]: file = gen_file()...
it worked really nicely! Thanks so much for help!
Is there no way to go to a template HTML page from a FastUI end point? I just wanted to redirect to a login page once logout endpoint is triggered....