Saman Shahmohamadi
Results
1
comments of
Saman Shahmohamadi
@Bivin21 Just use zip.generateAsync({type:"blob"}) to generate a blob (that represent your zip) and post the result of that to your server. do not try to create a file object or...