Upload means sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred.
Questions tagged [upload]
340 questions
1
vote
3 answers
PHP max_execution_time, what is the best tune for large uploaded files
I have a WordPress installed and I use a web form to upload images in my web site. The web form allowing the end user to upload more than one files at a time.
The problem is that one of my users had that error :
Fatal error: Maximum execution time…

KodeFor.Me
- 209
- 3
- 5
- 14
1
vote
3 answers
OPENROWSET, binary files, varchars and varbinaries
I'm trying to upload a binary file into SQL Server, into a varbinary field. I've came up with this query to do it:
INSERT INTO Files(File, Name)
SELECT
"file.bin" AS Name
* FROM OPENROWSET(BULK 'C:\file.bin', SINGLE_BLOB) AS File
GO
but I'm…

Pablo Fernandez
- 7,438
- 25
- 71
- 83
1
vote
1 answer
Speed Up IIS7 FTP+SSL Transfers
I am currently using a Server 2008 R2 box with IIS 7.5. I have IIS FTP+SSL setup and working properly with AD accounts. My issue lies in upload speeds. On a previous unix host FTP transfers were quick both with large files, and small files in any…

JuanValdez
- 21
- 5
1
vote
1 answer
Is it possible to reduce this nginx proxy configuration?
I'm having an hard time trying to find out how to reduce this "repeated lines" for my NGinx configuration, just to change one property :
server {
#listen [::]:443 ipv6only=on; ## listen for ipv6
listen 443;
server_name…

Cyril N.
- 624
- 1
- 10
- 36
1
vote
1 answer
Restrict file size upload per url
I have a website build with Play! Framework that I show with NGinx using ssl.
Everything works fine but I'd like to implement a file upload limit based on url :
If the user upload a file to */pages/** (/pages/ or /page/{id}/edit), I will limit the…

Cyril N.
- 624
- 1
- 10
- 36
1
vote
1 answer
Upload throttling in IIS 7
I've got a situation where multiple concurrent file uploads are being executed in a web application. These uploads are of massive files, among several users, and it's choking the system into terrible latency issues.
What is the best way for me to…

ShaneC
- 111
- 4
1
vote
1 answer
PHP script occasionally waits 20-30 minutes to start
I have a PHP script on my server that, primarily, takes files from an upload and moves them into place. It usually works fine, but occasionally, the script won't start for 20-30 minutes. The entire uploaded files (roughly 0.5 MB) will be sitting in…

Neil
- 11
- 1
1
vote
5 answers
Unable to upload files larger than 128KB error because of MaxRequestLen update
server :
Plesk panel 10.3.1,
PHP 5,
Apache2
When I updated the plesk panel, I noticed a strange error while uploading files.
My server does not allow any file to be uploaded above the 128kb, even when the settings in /etc/php5/apache2/php.ini are…

Germaike
- 61
- 1
- 7
1
vote
3 answers
Is it secure to upload all kinds of file in website?
we have a website that allow the user to upload the files.Now if I am allowing the user to upload all the file extensions without restricting them is it secure?I am restricting only by the file size up-to 1GB. Give your advice.we are using amazon s3…

CyberKing
- 111
- 3
1
vote
2 answers
Uploads timing out - all server limits should be fine
I recently moved my file upload service to a new host, a Windows server (was on CentOS before). I'm running IIS + PHP on it, and moved all the php.ini settings from the previous server to the new one. The problem is, however, that large uploads seem…

Dragory
- 157
- 1
- 8
1
vote
2 answers
PHP Image upload folder
What is the correct way to allow users to upload images to a site? I'm using mod_php so everything is done by apache, not the domains user.
Right now I just chmod 777 the images folder and hope for the best :)
I've been looking at adding an…

Slashterix
- 612
- 1
- 5
- 19
1
vote
1 answer
How can I use curl to upload and post a file with the following form?
The form html from the page I'm trying to upload to is as follows:
I've…

David Corley
- 183
- 7
1
vote
1 answer
Large uploads failing from client with new firewall
One of my clients just installed a firewall and since installing it they've been having issues uploading largish files (tested with files over 2MB ~ 200MB) to our server. The server is running Ubuntu 10.04 and Apache 2.2.14 and another test server…

Andrew Winter
- 261
- 4
- 12
1
vote
1 answer
how to calculate exact php upload limits
maximum size of uploads in php depend on number of settings. here they are, as put into apache virtual hosts file:
php_admin_flag file_uploads on
php_admin_value memory_limit 560M
php_admin_value post_max_size 530M
php_admin_value…

Nova deViator
- 11
- 1
1
vote
1 answer
AmazonAWS:: Which products should I use?
Please advice me, what products(amazon aws) should I use for my application (quite simple).
Its a mobile application
user takes picture and upload to server
Others users will be able to load pictures from images
Q1. I am thinking of using EC2. (I…

heathub
- 113
- 1
- 2
- 6