ruby on rails - can download zip file from one computer but not another -



ruby on rails - can download zip file from one computer but not another -

i've got rails 4.0.5 app creates zip file , sends user via send_file. per api docs, "disposition" "attachment" default, environment configured utilize config.action_dispatch.x_sendfile_header = "x-sendfile" apache, , apache configured recognize in vhost.

the problem can download these attachments home or work network, clients in state receiving zero-byte attachments. claim there no firewall interfering .zip files.

any ideas on causing this?

ruby-on-rails apache ruby-on-rails-4 download

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -