Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (4)

-4
votes
0answers
23 views

Where to upload images (server) [closed]

I have 50 millions of images.Which will be used by my 3 website.Prior to making decision about server.Please give me suggestion about servers. 1:-Should i use one server for all images/database.files ...
0
votes
1answer
19 views

Amazon S3 - can't upload files into the same folder using s3sync.exe

I'm trying to upload a file using S3sync.exe into a certain folder in my S3 bucket. This is the command line : S3Sync.exe -AWSAccessKeyId accKey -AWSSecretAccessKey secKey -RequestEndpoint ...
0
votes
0answers
70 views

VPN Issues when uploading files - MTU issue?

I have a PPTP server setup at home, which I connect to from my work's network. I can connect to it without any issue, but when I try to upload files, I lose connectivity to it about 1mb into the ...
0
votes
0answers
11 views

Utilising a Magento server cluster to drive hot reindexing

We've asked a similar question in the past, basically we have a very large Magento store with 500000 products which are currently reindexed once a day, during the night. We'd like to speed this ...
1
vote
0answers
73 views

PHP mkdir() and move_uploaded_file() Permission Denied with 777

I am writing a PHP script for a client which will be installed on a server which I do not have back-end access to. I only have access to a particular folder and database. My script will upload files ...
0
votes
2answers
97 views

uploading large files (mp4) to IIS 7.5 gives 500 Internal Server Error

I made a website on which i need to be able to upload video files and it has worked for quite a while. However after a while it just stopped working and now it will give me the following IIS error ...
1
vote
1answer
99 views

How to make uploading large (more than 1MB) files work with nginx, rails and uploadify

I have problem with my production nginx configuration (on my development machine with mongrel everything works). My environment is: nginx as proxy, rainbows as backend running rails 3.1 application ...
1
vote
1answer
206 views

Nginx returning “404 Not Found” when invoking the upload module

I've set up Nginx and the upload module following Martin Fjordvald's guide, but whenever I submit a file to it, I receive Nginx's generic "404 Not Found" page. The file is not uploaded. Here's my ...
0
votes
3answers
116 views

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

Best Way for Developers to Upload Files to Production Server

Small team of developers doing their work here and there. We have a team leader, and is sole responsible for uploading updated source files from the development server to the production server. So ...
2
votes
1answer
46 views

Prevent PHP from allowing php script uploads

Running Solaris/Apache/PHP. Our user base needs to be able to upload files to the web servers, so we have to have php uploads enabled. Problem comes when users provide upload scripts that aren't ...
1
vote
0answers
105 views

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

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

Network error When trying to consume REST webservice in a remote server

I am trying to consume a REST webservice hosted in a remote server, which is used to upload a file to a document management system hosted in this remote server, as following: Convert html page to ...
0
votes
1answer
69 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
84 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
62 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 ...
0
votes
1answer
46 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
78 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
89 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 ...
-1
votes
1answer
84 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
89 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
170 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
68 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
286 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
57 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
93 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
107 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
302 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
266 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
56 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
537 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
66 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
72 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
76 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
58 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
69 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
451 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
38 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
124 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
63 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
43 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
104 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 ...
3
votes
2answers
467 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
61 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
164 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
59 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
60 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
76 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
77 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 ...

1 2 3 4