Hi,
I have been trying to upload either JPG or PNG to a post but when I was uploading the JPG I keep getting Upload of file failed, no explanation as to why.
When I try and upload a PNG, I get The Dimension limits for this filetype are 750 x 750. We were unable to resize your file so you will need to do so manually and upload it again. Your file is currently 720 x 1280.
I'm trying to upload many large (30GB+) files to an S3 bucket using the multipart upload feature.
So far, my experience with command line tools (e.g. the perl s3put/s3get scripts) has been less than ideal. Due to less-than-reliable connections, the upload seems to terminate before a whole file is uploaded.
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.
Hello everyone,
I am here today because I have finished building a new site for all Android Developers. This is in no way a disrespect to XDA. This is simply a file hosting site with the ability to chat if you like. You can either upload to http://androidfilesharing.com/upload (Used for Archiving) or http://androidfilesharing.com/file-upload (used for file sharing).
I am using Windows 2008 R2 with IIS 7.5, the webpage loads very slowly around 5-10 second to open.
User can upload file on my website, after it finished uploading (file around 300MB), my server will create a new thread and using that thread to upload the file to another server.
Hello,
I have a problem when trying to upload (ftp) a file to a specific server.
In detail, I have 6 PCs with Ubuntu 8.10 that are on the internet with different IPs. One of the machines is the server that I use to upload and download files using the rest of the machines.
So, in many websites, like this one, you can upload e.g.
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?