Closed darrenyjh closed 12 years ago
The FileTransferHandler.ashx is not directly used by the UI of the sample site. All styling should be done through the templates. You should look at http://aquantum-demo.appspot.com/file-upload for details on styling, as this port is mainly just for the .Net back end.
Thank you. i've got another issue, after hours of exploring and testing out the example, im unable to findout/understand how the buttons inside the fileupload-buttonbar trigger the postbacks. Im trying to send a post message to FileTransferHandler.ashx with a new formData. Was referencing to https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-Form-Data but still unable to get it to work.
Pardon me for asking so many questions.
You'll want to have a look at the raw post data in a tool like Fiddler2 to see where the new form fields are coming in, then pick these up in the ashx.
Hi i am trying to add a new button to add another function to upload picture via url links. But somehow the button was unable to be themed. Another question, how can i customize the filetransferhandler.aspx to handle my new button ? had been trying out but unable to. Sorry if any inconvenience caused. Thank you.