<% include!("./style.stpl"); %>

pfzetto bin

An empty bin was created for you. The first HTTP POST or PUT request can upload data. All following requests can only read the uploaded data.

To change the default expiration date, you can use the ?ttl= parameter.

Set the Content-Type header of the file you upload to make viewing easier.

After uploading data, you can access it by accessing <%= bin_url %> with an optional file extension that suits the data that you uploaded.

web upload

upload an image

$ curl -H "Content-Type: image/png" -T my-image.png <%= bin_url %>`
            

create and upload tar

$ tar -cz . | curl -T - -H "Content-Type: application/gzip" <%= bin_url %>
            
pfzetto Logo <% include!("./background.stpl"); %>