Posts by Willie • 59 points
3 posts
-
2
votes1
answer318
viewsQ: Create image blob in PHP
How can I create a blob of an image in PHP and return to JS? I’ve tried using the file_get_contents() returning to jQuery and creating an objectURL but obviously it didn’t work.
-
1
votes0
answers86
viewsQ: localStorage some when I refresh the page
I’m doing the following operation: I get the typed text in a <textarea> and make a push() to add it to the array; then saved to localStorage. I get my values back, I make one split() the way…
-
2
votes1
answer254
viewsA: Cut audio with javascript
Well, I managed to solve my problem and I came back here to share the solution with someone who in the future also needs it. 'Cause I couldn’t find anything like it on the Net no matter how amazing…