This is a migrated thread and some comments may be shown as answers.

IE9 check if kendoUpload is empty, then upload on demand?

1 Answer 157 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Software
Top achievements
Rank 1
Software asked on 23 Dec 2014, 08:29 PM

I have an application that requires that I upload the file, then if successful, send data to the database.  I cannot find a way to trigger the upload in kendoUpload.  The form I'm using does other things besides uploading the file, so I need to:

1. check to see if there is a file in the upload control (how is that achieved in IE9?)
2. if there is, upload the file to the server (how is that triggered?), and then
3. return the status to the user

Is there a demo where this type of operation happens so I can see how it is done?

Thanks!
Eddie

1 Answer, 1 is accepted

Sort by
0
Software
Top achievements
Rank 1
answered on 24 Dec 2014, 09:44 PM
Never mind, I figured it out using the available events.
Tags
Upload
Asked by
Software
Top achievements
Rank 1
Answers by
Software
Top achievements
Rank 1
Share this question
or