
Bug: we're adding some uploaded (temp) files into the expFile database
Reported by dleffler | March 21st, 2014 @ 08:12 PM | in 2.3.0 (closed)
We've been using the wrong method (expFile::fileUpload) in some instances to work with a file received by a file input, adding it to our expFile database instead of simply moving it (expFile::moveUploadedFile) inside our file system (sometimes /tmp is location outside the exp folder). Furthermore, we haven't always been deleting that temp file after we are finished with it.
Comments and changes to this ticket
-
dleffler March 21st, 2014 @ 08:50 PM
Ok, we weren't saving it into the database, but we have a cleaner method to do this since we don't need access to an expFile record.
-
dleffler March 21st, 2014 @ 08:57 PM
- State changed from open to invalid
Duh, forgot to check the optional parameters, everything was ok.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS