Update POST_new-bitstream rqst to accept filename
Also, it fixes a bug that adds multipart header to the uploaded file. This bug is fixed by changing: -F upload=@"${FILE}" to -T "${FILE}"
Loading
Please register or sign in to comment
GitLab Pages!
Habilitamos o GitLab Pages na instância do C3SL! Agora você pode utilizar seu repositório e hospedar um site HTTPS com domínio .pages.c3sl.ufpr.br/.
Se bater a curiosidade: Veja um repositório simples como exemplo.
Also, it fixes a bug that adds multipart header to the uploaded file. This bug is fixed by changing: -F upload=@"${FILE}" to -T "${FILE}"