Dani
Member since Dec 22, 2008
- Profile: /members/2697-dani.htm
- URL: http://thiez.com
- Comments: 29
Recent Blog Comments By Dani
-
Chunking File Uploads With Plupload And ColdFusion
Posted on Mar 18, 2015 at 1:30 PM
@Kate, email sent! I hope it helps.... read more »
-
Chunking File Uploads With Plupload And ColdFusion
Posted on Mar 18, 2015 at 12:56 PM
@Kate, this is my website: www.thiez.com If you go there and send me a comment at the bottom, I'll have you email address then I will be able to send you some screen captures with the code. This may help you understand better (and it will help me explain in a better way) what I did.... read more »
-
Chunking File Uploads With Plupload And ColdFusion
Posted on Mar 18, 2015 at 12:37 PM
@Kate, sure! I just wanted to add some screen captures, but I guess it will be only code :) Give me some time and I'll reply back with the link.... read more »
-
Chunking File Uploads With Plupload And ColdFusion
Posted on Mar 18, 2015 at 12:30 PM
@Kate, sure. Let me get it, since I did this about 10 months ago. How can I send it to you?... read more »
-
Chunking File Uploads With Plupload And ColdFusion
Posted on Mar 18, 2015 at 12:21 PM
Hello @Kate, the way I implemented it is by adding the multiple upload in a modal Window. This would be the process: 1. There's a form for the user to complete. One of the fields is a link to upload files. 2. User completes the form and click on the link to get the modal window. 3. After the images... read more »
-
Using Plupload As A Global Uploader In AngularJS
Posted on Nov 17, 2014 at 9:55 AM
Thank you Ben for this post. I'll implement it in the existing environment and then if it works well, I'll come back to tell you how much I love you :)... read more »
-
Using Plupload For Drag & Drop File Uploads In ColdFusion
Posted on Sep 15, 2014 at 4:21 PM
Thank you @Gilles, happy that it works now.... read more »
-
Using Plupload For Drag & Drop File Uploads In ColdFusion
Posted on Sep 15, 2014 at 4:09 PM
Hey @Gilles, please see my code: http://pastebin.com/XVnFF96H... read more »
-
Using Plupload For Drag & Drop File Uploads In ColdFusion
Posted on Sep 15, 2014 at 3:53 PM
I think the problem is CF8...which will not take the script notation for the application. Try wrapping it like this: <cfcomponent output="false" accessors="true" displayname="Name" name="test"> <cfscript> what the application.cfc file has... read more »
-
Using Plupload For Drag & Drop File Uploads In ColdFusion
Posted on Aug 1, 2014 at 10:25 AM
Thank you Ben! I'll give it a try.... read more »
-
Using Plupload For Drag & Drop File Uploads In ColdFusion
Posted on Jul 30, 2014 at 4:48 PM
Hello Ben, I'm using this plugin for a client to allow them upload multiple files. Their application is big and they have multiple forms that may need this feature. All these forms are displayed in a tabbed environment. This is, in the main page all the forms are <cfincluded>, but they will sh... read more »
-
Using Plupload For Drag & Drop File Uploads In ColdFusion
Posted on Jul 4, 2014 at 4:52 PM
@Daniel, I didn't know Ben speaks Spanish...... read more »
-
Chunking File Uploads With Plupload And ColdFusion
Posted on May 3, 2014 at 6:54 PM
Big big thanks Ben!... read more »
-
Chunking File Uploads With Plupload And ColdFusion
Posted on May 2, 2014 at 11:16 AM
Hello Ben, great post (not a formality, but for real!) Now, I was wondering how to set the upload directory based on a variable or, customerID, but dynamically. I'm trying to figure out where would this been setup. Thank you!... read more »
-
Using Transparent Select Menus To Create Styled Menu Roots
Posted on Mar 21, 2014 at 8:29 AM
Thank you for this post! Besides the transparent select, I didin't know Trello and I just passed it over my manager. Thank you Ben!... read more »
-
SerializeJson() Escapes Forward-Slashes In ColdFusion
Posted on Jan 3, 2014 at 9:20 AM
Wow, Ben is back!!!... read more »
-
After 2013, I'm Looking Forward To 2014
Posted on Jan 2, 2014 at 10:04 PM
@Jeremy, i think you are my identical twin. You sais exactly what i wanted to say. Thank you!. @ben, please read Jeremy's comment twice: one for him and one for me.... read more »
-
Using Plupload For Drag & Drop File Uploads In ColdFusion
Posted on Oct 31, 2012 at 2:40 PM
Hello Ben, I hope you are doing well after Sandy. We all have seen all the damage and disaster it created. Just a question, is this script supported in CF8? Thank you Ben.... read more »
-
Finding The Distance Between Latitude / Longitude Locations In ColdFusion
Posted on May 5, 2011 at 12:06 PM
@Dani, I have answer my own question with this great component from the Jedi: http://googlegeocoder3.riaforge.org/... read more »
-
Finding The Distance Between Latitude / Longitude Locations In ColdFusion
Posted on May 5, 2011 at 11:41 AM
@Ben Nadel, do you know of any web service that gives me the latitude and longitude after entering the zip/posta code?... read more »