Admittedly, I’m not real clear on exactly how the above line works;
but, it does work. I’m wondering if there is any way I can get at the
original file name (i.e., the name of the file on the system from
which the file is being uploaded) so that I could substitute it for
‘test1’ and thereby preserve the original file name.
Yes; but, as I understand your suggestion, that would require me to
pass the original filename as a parameter. What I’m trying to find
out is whether the original filename is somehow available for use as a
part of the file upload mechanism without my having to pass it as a
parameter. If it turns out that it’s not available within the file
upload mechanism; then, I can pass it. It’s just that I don’t want to
go that route if there is an easier way.
That’s what I’m trying to tell you. If you are using a multipart form
to upload your file, then the #original_filename attribute should be
available on the uploaded file object.
That’s what I’m trying to tell you. If you are using a multipart form
to upload your file, then the #original_filename attribute should be
available on the uploaded file object.
Got it! I’m an idiot! Thanks a batch.
... doug
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.