Forum Issue: Download name does not match file name
Publison
Posts: 12,366
I don't think this has officially reported, correct me if I'm wrong, but it has been seen in some post. I am finding it hard to deal with.
If you download a file (Spin, text, etc) it is being renamed to some string that has nothing to do with the file. It requires catching it immediately and renaming it.
If you download a file (Spin, text, etc) it is being renamed to some string that has nothing to do with the file. It requires catching it immediately and renaming it.
Comments
Can you provide me a specific instance where you know this happens?
For example in the Propeller 1-2-3 FPGA Board(#60054) thread, Tubular has a post on the second page with an attachment.
When hovered over the file image, you see: Prop123_A7.zip
The link is:
http://forums.parallax.com/uploads/FileUpload/2d/6025a9451aec2693380d2e658c7a19.zip
and the file, of course ends up saving as: 6025a9451aec2693380d2e658c7a19.zip
I saw Jim's thread which reminded me of the problem which I didn't report when I saw it (shame on me) and started collecting a documented example to help out this thread.
http://forums.parallax.com/discussion/161702/resources-for-propeller-servo-controller-usb/p1
Download either the Servo32v9.spin or the Servo_Ramp_v2.spin and see what you get.
Using Win 7 64Bit and Chrome.
Edit: Boy you guys jumped on it quickly! I know I was not the only one. Just surprised now one else complainied.
Jim and mindrobots: thank you for having an example on hand to show me.
Thanks, Courtney! Glad I could help!
Thought, I'am the only one with this problem.
```header("Content-Disposition: attachment; filename='$filename'");
```
You don't need to rewrite the URL or anything.
```header("Content-Disposition: attachment; filename='$filename'");
```
You don't need to rewrite the URL or anything.
I guess we just want it the way it was before. There should not have to be workarounds.
You and I know how to make some magic, but I was looking out for the neebies.
Thanks Jim.
I know you guys are working every day to bring everyone a better user experience.