Hi Mister @andrezagato
finally! ...i remember in your live stream you didnt quickly find a way to submit files using the webui and gave up trying it
I hope you enjoy exploring the possibilities that webui offers. It's also the perfect time for getting started because webint is in the final phase of testing before we have the next really stable major release, so let me know every shortcoming very quick please.
Regarding file upload, well the current implementation a stinky normal web upload after all so speed, reliability and huge files are out of scope. Even if we have 2024 already, there are no to me known free libraries that target the usecase to aim replacing local file transfer. (e.g. spawn a new receiving thread on the server and upload multiple chunks paralell from the client, retry failed chunks...) Most of the solutions i see at work just bring a local tool along that initiates and handles the transfer (also see signiant, aspera and similar in-house solutions from the broadcasters).
There might however be simple and slick alternative solutions for you, depending on your exact usecase. However, straightforward i would say that you need to take care that huge source files are already located on a share where ffastrans can access them before users start their workflow.
Once this is given, e.g. files are in some folder or on the MAM/PAM systems storage or or or... from there you have an easy time and lots of options how to bring the source file into the webinterface file selection, e.g. by dragging a link into webui job starter or by starting a browser tab with the file as parameter in the url etc...
If you like, you can describe your idea/usecase (probably in an extra topic) so we can wrap our heads around how to integrate that nice and easy.