I'm serving my website using Nginx as web server.
I offer upload functionality to my users (they are allowed to submit pictures up to 5Mb) so I have the directive: client_max_body_size 5M; in my server config.
What I've noticed is that if I try to upload any file the webserver does not prevent the upload of bigger files.
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 to my website to see the changes, nothing is changed.
When I try to upload the file again (overwrite it) I noticed that the file have different size like it was not uploaded.
I have an application that uses ftp on windows 7 or 8 and it fails trying to upload a file (time out, server sends back RST packets so it's definitely the server that's unhappy) to a specific server. Same problem with command line ftp.
im kinda new to this site, im hoping someone can help me out!
A couple of our clients reported that they cannot upload files in theire CMS, they keep getting half uploads or no uploads at all.
I have created a separate upload website (no web pages, just a place where HTTP POST can be used) and its associated directory. I set the dir's permissions to allow r/w for network services. I can download files from the dir just fine. When I try a upload a file I get a 404 error. These files are small 1K or less text files.
Hi Guys,
SERVER -> Linux Fedora 12
DUT -> could be based on any platform.
.
0 down vote favorite
Rgd: Server Upload Issues - 2 Almost Identitcal Server
Hi guys, I got a question.
I got 2 Identical Servers, identical as in they both use suPHP, and run the same apache version, setup with cpanel/whm.
I then got a h264 video file.
Lets name my 2 servers as "Old" and "New" server.
I upload the same "video" file to old server & new server.
Which then when i play my v
If I upload files to the webserver from any user OTHER than www-data, then I get a 403 error when I try to access the uploaded files from the browser. I can run "chmod 777" on the file and it works fine then, but it's very tedious to have to do this to every file I upload. Is there a way to make it so any of my users in the www-data group can upload files (via FTP) without issue?
I want a web page on my Ubuntu server (Apache for example), where when I visit the page in my browser, there should be an Upload button, and I click on it, browse the local machine for a file, and upload it, and it gets uploaded to a folder on my server.
I also want to be able the web page to be able to show a list of all files in that directory and allow me to click on their links to download th