softboy99
softboy99
Hi do you mean the meta data be request header or body set by the client?
Hi, My uploadInfo alwasy be null. I'm using it in spring boot rest controller. after tusFileUploadService.process call. Can you help me? Thanks a lot
Hi, The following is my code: `try { tusFileUploadService.process(servletRequest, servletResponse); String hLocation = servletResponse.getHeader(HttpHeader.LOCATION); if(hLocation!=null){ UploadInfo ui = tusFileUploadService.getUploadInfo(hLocation); if(ui!=null && !ui.isUploadInProgress()) { InputStream uploadedBytes = tusFileUploadService.getUploadedBytes(hLocation); Date d =...
Hi, @tomdesair , could you please help me? Thanks a lot!
what i want is just to move the upload to another disk location when the upload completed. so i need to check ui.isUploadInProgress()
yes, There are other projects that allow creating PDFS, but there're no project to simplifies the process of docx2pdf.Most of them are based on office client automation.
Hi, you can create an new project and share your idea, we can do that together and invite other contributors
Hi, on android pwa, it is blank. there is no question dialog show us to allow use camera, which is ok on pc
I also encounter this problem, which is ok in vite4
Same problem, hope it can be resolved.