Do you know the problem when you’re writing single page apps and you have to manually update your data from the backend because you know you have just made a change and want the current state to update in “real time”? So you either load the data again by hand/initialite a refresh of the data, […]
Category: Entwicklung
Webentwicklungg, Programmieren, Software, Server… irgendwie alles was in den Bereich Computer und Entwicklung fällt
Anything regarding web-development
Symfony2 File Upload with Related Entities
This is for a very old version of Symfony – 2.3 It might not work with the version of Symfony you’re using Here is how I do it. What it does? Upload an image file and an audio file and add an encode job. The purpose is to join an image and a mp3 into […]