Jaykumar Prajapati

Results 7 comments of Jaykumar Prajapati

How you are trying to execute? From command line or from visual studio?

If you are trying to execute it from visual studio then you need to try in debug mode to initialise the spark context have you read this link : https://github.com/Microsoft/Mobius/blob/master/notes/running-mobius-app.md#running-mobius-examples-in-local-mode...

Read the documentation for debug mode from that link

// To select same file again if we had select and remove and again want to select FileUploader.FileSelect.prototype.isEmptyAfterSelection = function () { return true; // true|false };

The file id property needs to be changed as request id, because the file id you get as output event is for the request that you set in input options,...

Yes it's resolved and will update soon.

Hi, @pishangujeniya I went through the problem you mentioned, Why the id of the files are the same is because we wanted to upload multiple at a single request, and...