-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markbook Audio Recording #34
Comments
Steph, don't store the blob in the database, as it will get too big. Try
|
I see, so I should use a hidden file input and set the value to blob? And then upload it to the uploads folder? |
Now I'm stuck on the uploading part. I can pass the blob by using $_POST, but I can't convert it to a wav file. It gives me a file with only 13 bytes. The files for the data page all seem to be using $_FILES. |
Hmmm, what is the form of the blob in the first place? Is there a config WAV would be a terrible file format as well, as the files are huge...HUGE! Does this help? Keep digging ; ) On Sat, Aug 1, 2015 at 7:37 PM, Steph Ng notifications@github.com wrote:
Husband, father, son, brother, friend, coder, teacher & coordinator of Opensource . http://gibbonedu.org |
Yep, I set the "mime type" to wav. But I'll have to find some way to On Aug 2, 2015 5:58 PM, "Ross Parker" notifications@github.com wrote:
|
Hi Ross,
I'm still stuck on this. When I record into a blob, I don't know how to send it along with the rest of the form when the user presses submit. I've tried xhr and form.append (but I might not be using it correctly).
What other methods are there?
Thanks,
Steph
The text was updated successfully, but these errors were encountered: