Skip to content

Instantly share code, notes, and snippets.

View adityaphra's full-sized avatar
🎯
Focusing

Aditya Phra adityaphra

🎯
Focusing
View GitHub Profile
@adityaphra
adityaphra / file-upload-multipart.go
Created July 30, 2023 04:08 — forked from andrewmilson/file-upload-multipart.go
Golang multipart/form-data File Upload
package main
import (
"net/http"
"os"
"bytes"
"path"
"path/filepath"
"mime/multipart"
"io"
#!/system/bin/sh
max_usage=900000000 #in bytes
total_usage=0
function get_value() {
grep "$1" | cut -d ":" -f 2 | cut -d " " -f 1
}
function get_interface() {