Christian González

Results 219 comments of Christian González

Hm. While it may be "easy" to fix, I'm not sure if this is concern of pydifact. Because the specification says that **one** UNA header must be present. If you...

I think, as we now solved an edge case as well by closing #76, I might change that behaviour too . The best software is fault tolerant, even if this...

Sure, but how to return the parsed two blocks? Because the user expects a list of segments, and not a list of a list of segments...

OK, that's fine for me, I'll implement that.

Ok. I now just implemented a simple EDISyntaxError raise when a second UNA header was detected. @alexvkaam please tell me if this is not what you wanted. Oh, and sorry...

You can check [Django Cryptography 5](https://pypi.org/project/django-cryptography-5/) - as someone (czue) migrated this library to Django5 - maybe it would be good to merge it into this here... @georgemarshall ?!

Maybe this is usable: https://dev.to/code_rabbi/programmatically-setting-file-inputs-in-javascript-2p7i

@gsxdsm Basically, in the form_upload branch, Tetra creates a `x-model` attribute automatically when creating the form component, for each form field. I first really thought that it is an [Alpine...

i pushed what I have in my local form_support branch.

@gsxdsm Oh, and in case you didn't see it: I started a small example project to test the file upload: https://github.com/tetra-framework/test_tetra_forms Maybe you can use that.