Enable user to upload file
Autor: Srdjan P.
Besucht 1740,
Followers 2,
Geteilt 0
Hello everyone,
Does anyone knows is it possible to create a form which user can use to upload different files (like .zip, .doc, etc.)?
If it is possible is there any memory requirements? Otherwise is there any modular solution which could be possible to implement on the page?
Thanks.
Gepostet am
Hello,
Oepn Website X5>Go to Step3:Map>Double click on that page where you want to create the from>Now in that page drag and drop the contact form object>Now double click on that contact form>Click on Add and then Select the Attachment file and do the changes you want>Also you can insert multiple fields like Name, Text, Agreement etc. one by one
Thank you
Autor
Hello Ani, thank you very much on your answer.. But it didn't solve my problem..
I have to enable my users to send large files (ex. 1-2 GB zip files). I found as interesting in Data submision option "send data to file" but I have to include some PHP or ASP script.. Can you help me with that, or if there is any kind of official documentation it really would be useful.
Thanks a lot once again.
Best regards,
Srdjan
Hello Srdjan,
To allow your user to upload large files you can integrate google drive on your website.
May be this link https://developers.google.com/realtime/drive will help you
Thank you
Autor
I know that, through google forms. But that not suit me the best because I have a company server and we have to use only internal resources..
Hello Srdjan
You should take a look at the free ADMIDIO system. https://www.admidio.org/
See also this post : https://helpcenter.websitex5.com/de/post/183955
And this : https://helpcenter.websitex5.com/de/post/190060
The ADMIDIO system requires PHP and MySQL.
You install it on your own server and you then have full control over the system.
It is a secure system.
You can integrate the system in X5 via iframes.
Kind regards
John S.
Autor
Hi everyone,
I just want to say thanks on your time and effort you made to help me. I found a solution trough option with file upload and PHP. It is very simple, and everything you have to ensure is upload file limit with your server administrator.