Найти - Пользователи
Полная версия: загрузка файла на сервер cgi.как?
Начало » Web » загрузка файла на сервер cgi.как?
1
gimp
Как с помощью cgi/питона загрузить файл на сервер?
Код ниже получат только название файла
Подскажите пожалуйста
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import cgi
import os
import psycopg2

print "Content-Type: text/html; charset=utf-8"
print

field = cgi.FieldStorage()
if field.has_key("file"):
print "Ok"
print field['file'].value
slav0nic
field['file'].file.read()
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB