I want to change tmpdir of fileupload on each user sessions with Rubu on Rails.
For example:
UserA's upload tmpdir /home/userA/tmp
UserB's upload tmpdir /home/userB/tmp
Is it possible to do it on Ruby On Rails?
I want to change tmpdir of fileupload on each user sessions with Rubu on Rails.
For example:
UserA's upload tmpdir /home/userA/tmp
UserB's upload tmpdir /home/userB/tmp
Is it possible to do it on Ruby On Rails?