No errors are generated. Log says it is sending it. I wind up with an
empty ( 1
byte) file on the other end. I get the same results with and without
the "x_sendfile".
Any advice on where the file should reside on my server and how to set
the necessary permissions to allow send_file to get at it? What else
could I be doing wrong?
Thanks for any additional help you guys can provide.
Shameless bump. I still really could use some help on this guys! There
must be somebody out there who has used this.
What's in the one byte?
send_file reads the file (in ruby) and spits the bytes out - the file
doesn't have to be anywhere in particular, but it does need to be
readable by your rails process. Have you tried sticking a breakpoint
in there and see if you can open/read the file ? (I'd forget about
x_sendfile for now)