%- include('./templates/partials/header.ejs'); -%>
<%= siteName %> Tools
To upload using curl or make a tool you can post using:
curl -i -F files[]=@yourfile.jpeg <%= siteUrl %>/upload.php (JSON Response)
To upload using curl or make a tool you can post using: curl -i -F 'files[]=@yourfile.jpeg' <%= siteUrl %>/upload.php (JSON Response)
uguuecho
- Download
-
https://git.teknik.io/nekunekus/uguucho
pomfload
- Download
-
https://github.com/ewhal/pomfload
<%- include('./templates/partials/footer.ejs'); -%>