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.
我需要开发一个应用程序,在这个应用程序中我需要上传上传的图像并将其存储在服务器上。我在表单面板上看到我没有看到我在 html 中使用的上传字段。请尽快回复。
提前致谢。
我已经使用 ST1.1 中的以下示例成功上传了一个编码字符串。
Ext.Ajax.request({ url: 'page.php', params: { id: 1 }, success: function(response){ var text = response.responseText; // process server response here } });