I can't seem to figure out a way to convert files from my AWS S3 to a .pkg file on a javascript website. The files will be converted and uploaded back to AWS as a pkg. Does anyone know how to do this all online, either server side or with javascript? Thanks!
Asked
Active
Viewed 67 times
0
-
1You did not explain where the problem is? What you have tried and what did not work? – Kannaiyan Sep 22 '17 at 18:40
-
Sorry, I edited the question. I'm not sure how to go about converting the files to a pkg. – Cameron Wilcox Sep 22 '17 at 18:57
-
What kind of .pkg file do you have in mind? There's a number of different file types which all use that extension. – Sep 22 '17 at 19:00
-
An OSX flat package – Cameron Wilcox Sep 22 '17 at 19:03
-
See https://stackoverflow.com/questions/11298855/how-to-unpack-and-pack-pkg-file – Lucas Holt Sep 22 '17 at 20:03