mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-26 07:25:55 +03:00
[GH-ISSUE #114] Uploading images directly using curl #431
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#431
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hisacro on GitHub (Apr 29, 2020).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/114
I cannot seem to find any resource to do this on pictshare.net..
uploading directly from command line and get the link
curl -F 'image=??' pictshare.net < image_fileI find it really useful as I always rely on these
curl -F 'sprunge=<-' sprunge.uscurl -F 'f:1=<-' ix.iopointing to any resource on how to do that will be much appreciated.