In another blog, I talked about how to upload file asynchronously, using ExtJS FileUploadField control together with FormPanel.
A recap of file upload, I used a formpanel and set fileUpload to true, this basically tells the formpanel to do a series of hard work behind scenes like creating frame and form, in this blog, I am going to show you how to do those heavy lifting myself without the help of a formpanel, even the example here is about file download, but you can use the same code to do file upload too as an option of not using formpanel. Read the rest of this entry »