Nir
(Nir)
February 16, 2015, 2:20pm
1
I need to create a file upload option for CV’s when filling up a form (client’s requirement)
From what i was reading here the option does not exist yet however is there any option to do it after all? With drop box perhaps?
Someone help please, this determine if i get the contract or not!
vincent
(Vincent Bidaux)
February 16, 2015, 3:22pm
2
One solution is probably to create your form entirely on another service and embed it in your Webflow site (because you’re right, you can upload anything on your Webflow site repository).
I quickly googled around form and dropbox : Dropbox Forms – Jotform's Free Form Builder with File Upload
Revolution
(Revolution)
February 16, 2015, 3:41pm
3
JQuery File Upload
File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any...
There’s a demo there as well… try to upload a small image file.
Then get the code from github.
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file up...
1 Like
Nir
(Nir)
February 16, 2015, 5:32pm
4
Hi @Revolution how do i integrate it into webflow? where is the file uploaded stored? is it on the webflow server?
Revolution
(Revolution)
February 16, 2015, 5:50pm
5
This is export solution. You must have the export option in your plan.
The code would run directly from your website.
There is a “server” folder… that stores all the original images.
Below the server folder is a thumbnail folder… holds thumbnails of the images.
What you need is an upload handler.
I’m trying to find the one I wrote a while back…
however, that was an old test project that we lost on bid due to cost.
Revolution
(Revolution)
February 16, 2015, 8:17pm
6
Here’s a different / better / easier solution:
http://businesswebsites.info/test4-wf/
File Upload - Built in Webflow - using JQuery.
Site will upload file to a folder on the server.
If you want it… let me know - I’ll tell how to build it.
2 Likes
This is awesome, Can you share with the community?
Revolution
(Revolution)
February 16, 2015, 11:44pm
8
Here you go.
Hopefully I got the instructions correct.
Community resources
Webflow Tips
Note: The code was developer by someone else. I adapted it to work with Webflow. 01: Download the original code from this url: http://businesswebsites.info/wf/mini-ajax-upload-form/source.zip 02: Save it locally into a folder on your computer....
Reading time: 1 mins 🕑
Likes: 4 ❤