Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (4)

0
votes
1answer
22 views

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 ...
1
vote
1answer
27 views

Limit file upload per type with NGinx

On my project, I will allow users to send zip files and images files (on two different form post). The project is developed with Play! Framework (not PHP). I'd like to limit the size of upload for ...
1
vote
1answer
22 views

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 ...
-2
votes
0answers
48 views

Why is the ASP.NET 4 FileUpload control not working on Server 2003/IIS6?

I have an ASP.NET app with an extremely simple filecontrol mechanism that just won't work. I'm just using the built-in FileUpload control, and the same code works without a problem on my local ...
0
votes
0answers
31 views

Filezilla ftp upload [migrated]

I'm in a very very strange situtation. I use FileZilla for Windows 7, and when I upload a file to my server I receive: "File transfer successful, transferred 14,939 bytes in 1 second", but when I go ...
0
votes
1answer
40 views

File uploads taking more time

We recently moved to a new server. We have observed that the file upload done from the ftp command is taking around 5sec for 5MB file. But same file uploaded through CURL command is taking about 140 ...
0
votes
1answer
56 views

Is uploading a 500mb file to s3 an expensive operation? Any way to limit cpu usage etc?

On a production server, I'm planning on uploading a single file or a set of files that may be 500 megs in size. I havent' test it just yet, but just want some opinions on whether you think this will ...
0
votes
1answer
77 views

upload file to server via rdc in command line

I have access to server only via RDC, and I was wondering if is it possible to upload file to it via command line? I've got application that only can be run on the server, and modyfing some files and ...
0
votes
1answer
60 views

cPanel File Manager Upload Not Working

I have recently tried to upload a file through cPanel File Manager and it is stuck at "Starting upload…". It doesn't show any percentage or any sign of starting. The file in question is only a few KB ...
0
votes
2answers
76 views

Windows file uploaded to ubuntu server automatically assumes 777 permissions

Do you know how can I set permissions beforehand for a folder that I want to upload on a linux server? I'm working on a piece of software (php/mysql) on my local windows machine, I then tar the folder ...
2
votes
1answer
70 views

Uploading video files to IIS 7 through php fails

I'm trying to get my website to upload video's and pictures. As I have made more websites that upload pictures there is no problem on that front, but when i try to upload a video for some reason it ...
1
vote
1answer
54 views

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 ...
0
votes
1answer
151 views

uploading via http post (multipart/form-data) silently fails with big files

When uploading multipart/form-data forms via a http post request to my apache web server, very big files (i.e. 30MB) are silently discarded. On the server side all looks as if the attached file was ...
-2
votes
1answer
51 views

Upload and access file with the url [closed]

I need a upload a file and access it via a web browser in public domain. This is needed for my javacript query files . Is there any website where I can upload files and read it as follwoing ...
2
votes
0answers
48 views

Web-based file manager like File Thingie, but for S3?

At work, we use a little PHP script called File Thingie, which is a web-based file manager. Basically, an FTP replacement. It allows users to upload and download files, and most importantly, it has a ...
0
votes
0answers
37 views

WebDAV system with post-upload hooks on Apache Httpd

Is there a way to run a script (or other executable) on a Linux server, triggered by a file upload to an Apache Httpd server via WebDAV (or at least something that can understand HTTP PUT)? In ...
0
votes
2answers
177 views

Slow upload speeds with pfsense virtual appliance

I have a pfSense virtual appliance set up in front of a Windows server. The pfSense appliance has been configured with two L2L IPSec VPN sites and not too much else. The appliance has two vNics which ...
3
votes
1answer
125 views

Windows 7 - Network File Copy Intermittently Fails During Upload to NAS

The client machine is running 64 bit Windows 7 and attempting to copy a relatively small file to our NAS device. The NAS device is a Lacie model running (I believe) some variant of Windows XP and has ...
0
votes
2answers
45 views

User uploaded files on different server with PHP?

If I had a dozen "Work" servers with just PHP-FPM (with other Nginx servers in front), is it possible to setup PHP to store user uploaded files on a different server? I'm looking to avoid syncing ...
1
vote
4answers
248 views

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 ...
0
votes
1answer
43 views

Uploads reported as too large on Knowledge Tree running on IIS 7 with PHP5

I am trying to upload a file from Knowledge Tree interface but for some odd reason it's displaying the following error message: The uploaded file is larger than the PHP upload_max_filesize setting ...
-1
votes
1answer
39 views

multiple parallel uploads to a ftp server

I had a question w.r.t multiple parallel uploads to an ftp server. Lets say the bandwidth between the client and the server is B. When I open a connection with the server, will the entire bandwidth ...
1
vote
2answers
56 views

best way to host publicly editable documents on intranet with direct saving

I am currently in the process of developing an apache based intranet for our company, to replace the current network folder based system. The current system works well, in that as the documents that ...
0
votes
0answers
38 views

weird upload problem, apache 2, php 4

A couple of our clients reported that they cannot upload files in theire CMS, they keep getting half uploads or no uploads at all. So far it occurs with image and pdf files. The weird thing is that ...
0
votes
0answers
45 views

Setting upload_tmp_dir in environment for a PHP-cgi wrapper

I'm setting up SuExec/FastCGId-based PHP webhosting, and I'd like to set the upload_tmp_dir directive to a different path for each separate user. I've done several google searches on php cgi ...
-1
votes
2answers
231 views

IIS7 File Upload Timeout Issues [closed]

I think I have two problems, though they might be related: Trying to upload a large file, it fails. Uploading small files works. After a while the session times out. To eliminate the timeout I ...
0
votes
1answer
37 views

Getting files onto Fresh Install of Server 2008 “The Right Way”?

I am still fairly new to windows server administration. I have a Server 2008 r2 ec2 instance running and will need to bring a new one up every so often. I like that it is locked down by default, but ...
1
vote
3answers
110 views

File Transfer Alternatives

Right now we're using the enterprise product from Aspera. We've got a license that covers only 10megabits of throughput per connection. We're looking at migrating away from Aspera as their licensing ...
0
votes
1answer
52 views

Managing multiple FTP accounts

I have a Linux (opensuse 11) webserver with plesk (9.5) and I have the challange for managing multiple ftp accounts for data exchange with customers. What I would like to have is setup easy an ...
0
votes
1answer
36 views

File upload notification email

We are using a Linux based Squid firewall in our organization. I want to have an arrangement that whenever any user uploads any file to any internet site ( eg. 4shared.com , etc ) , an email should be ...
0
votes
3answers
82 views

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 ...
2
votes
2answers
228 views

PSCP: Upload an entire folder, Windows to Linux

I am using PSCP to upload some files from windows to linux. I can do it fine just uploading one file at a time. But I have some very large directories and I want to upload an entire dir at once. I ...
3
votes
1answer
50 views

File synchronization over servers (debian) by uploading a file with PHP

I have 3 web servers for my PHP application. In front of web servers, there are load balancers. My application has a upload image form. I need to have any uploaded image via my form, simultaneously be ...
0
votes
2answers
135 views

Transfer files to Rackspace Cloud Files

I am working on getting all my client files moved from VPS server to Rackspace Cloud Files. Since there is about 2 GB to be transferred, I am looking for a good tool to perform the task. One way to ...
1
vote
2answers
45 views

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. ...
1
vote
2answers
51 views

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 ...
3
votes
2answers
71 views

Pushing updates to live server… FTP isn't cutting it… a better method?

I'm the lead developer in a team of 2. My partner has only just joined the project and despite using GIT for version control etc, we are still stuck in the dark ages when it comes to code deployment. ...
0
votes
2answers
60 views

Apache Uploads and Security

Recently it has become an issue that a user on one of our systems needs the ability to have the apache user have read and write capability to their site so that the upload portion of their site works ...
0
votes
2answers
71 views

Uploads fail with shorewall enabled

I have an Ubuntu 8.04 server with shorewall 4.0.6 installed. When I try to upload files using FTP, SCP, or cURL the file upload stalls almost immediatly and eventually times out. If I turn off ...
0
votes
2answers
140 views

How to automate FTPS uploads from the Windows Command Line

I'm looking for a batch script to automate the upload of MULTIPLE files at a time to an external ftps site (ftps://servername.xxxx.com).The files are located in a folder on a Windows Server 2008 ...
1
vote
2answers
270 views

nginx http upload module config

I recently put nginx in front of apache to act as a reverse proxy. Up until now Apache handled directly the requests and file uploads Now, I need to configure nginx so that it sends file upload ...
0
votes
5answers
147 views

FTP uploading in BASH script

I need to upload the entire content of a directory /home/test to my ftp server, in a specific folder. I will then schedule the script hourly via cron. Any examples? NB. consider that I'm on a Netgear ...
1
vote
1answer
91 views

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: <form action="upload_handler" method="POST" enctype="multipart/form-data"> <input type="file" name="myfile"> ...
2
votes
2answers
44 views

Directory and files stuck on server after upload

I've uploaded some files into a directory i've created (using a php upload script). At first I didn't set the right chmod for dir. and files (411 instead of 777). Now this folder and files are stuck ...
0
votes
0answers
64 views

FTP upload hangs randomly

What may be the reason of random hanging during ftp uploads? It happens on some computers on my network, on others not. Every computer has Win7 pro. Server has linux and vsftpd, is on the same local ...
0
votes
0answers
57 views

Password-protected with upload folder throwing HTTP error in Chrome

I am hosting a website using Godaddy's services. Using their in-built password-protect feature, I have put a password on folder. This folder has an upload folder. While I successfully log in the ...
4
votes
4answers
211 views

How can I create a user only for sftp

I have added a user to the system via "adduser" script. Then, in the /etc/passwd file I tried changing the /bin/bash to /sbin/nologin or to /dev/null with no luck... I would like the user not having ...
1
vote
1answer
71 views

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 ...
0
votes
3answers
188 views

How to upload a large file in pieces to my server?

How can upload a large SQL dump file it's 1GB, is there any software that uploads the file and resumes it later or just cut it into pieces and then join them back on the server ? because ftp upload is ...
1
vote
0answers
93 views

Virtual Host Directory Structure Security

I have a Django app that I'm deploying through mod-WSGI. I'm allowing users to upload image files and, as part of the security effort, I want to make sure that my directory structure is configured ...

1 2 3