本文介绍了付款后下载文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我建立了一个网站,我在其中出售商品并通过PayPal接收付款.因此,我已经下载了按钮代码并将其插入到我的html页面中.当某人单击图像时,它会向他显示他可以在其中付款的PayPal网站.

如果他选择付款,我会得到钱,但他不会得到他应得的文件.我在Google上搜索了一下,然后意识到我还没有为下载部分编写任何代码.我也找不到如何做.

当某人单击该图像并通过Paypal向我付款时,他可以自动下载文件,该怎么办?感谢您的帮助!

I have built a website in which I sell an item and receive payment via PayPal. So I have downloaded the button code and inserted it into my html page. When someone clicks an image it shows him the PayPal site where he can pay.

If he chooses to pay, I will get the money but he won''t get the file that he should. I googled it and I realized that I haven''t written any code for the download part. I can''t find how to do it either.

What do I have to do so when someone clicks that image and he pays me via paypal, so that he can automatically download the file? I appreciate your help!

推荐答案



这篇关于付款后下载文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 18:59