【发布时间】:2014-03-10 09:27:02
【问题描述】:
我已决定对 ajaxFileUpload 的源代码进行一些更改,但更改后我不知道如何使用它。
如何构建它并将新修改的文件添加到 ajax 库。
我已经用谷歌搜索过这个问题,但没有得到任何解决方案。
我需要这方面的帮助。
【问题讨论】:
标签: asp.net ajax ajaxcontroltoolkit
我已决定对 ajaxFileUpload 的源代码进行一些更改,但更改后我不知道如何使用它。
如何构建它并将新修改的文件添加到 ajax 库。
我已经用谷歌搜索过这个问题,但没有得到任何解决方案。
我需要这方面的帮助。
【问题讨论】:
标签: asp.net ajax ajaxcontroltoolkit
You can make the change in the .js file but make sure to recomplie and add the newly compiled .dll to your project. I think if you found a problem with browsers and know the problem, I'd suggest submitting the fix on Code Plex so it can be included for everyone vs. creating your own version. This way when a new version comes out you don't have to refix the problem before adding the new features.
【讨论】: