Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将文件上传到服务器,而不是对其进行一些逻辑处理。我希望用户能够看到发生的过程步骤。例如:
除了上传文件,我可以用 SignalR 完成其余的工作。但是,如果我使用像uploadify 之类的东西进行上传,那么集线器(在信号器中)将不知道要处理哪个文件。
我希望我已经清楚了,我唯一想解决的就是用 SignalR 做所有的逻辑(包括上传文件),但我不知道这是否可能。
任何帮助都会很棒。