Tag

upload

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Oct 31, 2022 · Operations

Comprehensive Guide to Using the curl Command-Line Tool

This article provides a detailed tutorial on the curl command-line tool, covering its purpose, common options such as -A, -H, -b, -c, -d, -F, -L, -k, and advanced usage like file uploads, proxy settings, and response testing, with practical code examples for each.

APIHTTPNetwork
0 likes · 13 min read
Comprehensive Guide to Using the curl Command-Line Tool
Python Programming Learning Circle
Python Programming Learning Circle
Nov 16, 2021 · Backend Development

Using Twine to Publish Python Packages: Installation, Features, Commands, and Configuration

This article explains how to install Twine, create source and wheel distributions, upload packages securely to PyPI or TestPyPI, use signing with GPG, configure authentication via .pypirc or environment variables, and provides examples of common Twine sub‑commands and a custom upload command.

CLIPythonconfiguration
0 likes · 7 min read
Using Twine to Publish Python Packages: Installation, Features, Commands, and Configuration
php中文网 Courses
php中文网 Courses
May 12, 2021 · Backend Development

Implementing Direct OSS Upload Signature in PHP

This tutorial explains how to create a lightweight PHP class for generating OSS direct‑upload signatures, describes the advantages of client‑side uploads without server bandwidth, provides the full source code, and highlights common pitfalls such as bucketHost configuration and policy newline handling.

OSSSignaturebackend
0 likes · 3 min read
Implementing Direct OSS Upload Signature in PHP