#files
7 posts tagged files. Clear filter
-
How to Handle Uploading Really Large Files in PHP
PHP has some default limits that do not work out of the box when you want to work with uploading very large files. So there are a few configuration changes you have to make to the defaults that...
-
How to Chunk Large Files in Swift
How to Chunk Large Files in Swift (4.1) It takes a bit of work but this is the solution I found that finally worked, thanks to this Stack Overflow thread...
-
Uploading Files with Curl
Courtesy of http://ariejan.net/2010/06/07/uploading-files-with-curl/
-
Render Partial if File Exists
If you ever want to render a partial but don't want an error thrown you can either check for the existence of the file first or you can catch the error that Rails throws
-
Listing Files and Directories with PHP
Listing all files and directories using PHP 5.
-
Reading, Writing, Removing Files and Directories in Ruby
These aren't all of them, but I think they are some of the most useful.
-
the simple things with git
Git can track the file permissions on your source. This can be good, but for small projects on a webserver where permissions change from time to time, and permissions on development app don't match...