1
vote
5answers
75 views
What is the business best practice on validating filename?
I have a "dilema" and wonder what is business best practice.
I'm using Uploadify to upload images. Now I need to validate the filename before saving the file.
I've looked at different solutions, but …
0
votes
3answers
116 views
jquery uploadify
Okay, i can't post all the code to this because it's just unnecessary. But here's the problem.
I have a tabbed dialogue (ui.tabs) which contains an uploadify form for uploading files. However on an …
0
votes
2answers
49 views
Execute my php code in uploadify jquery plugin
I am using uploadify plugin of jquery to upload images.I am able to upload my files with all the validations, means user can upload the images and images moving to my proper folder.
What the problem …
0
votes
1answer
147 views
Uploadify causing error in IE 7/8
For some reason when I load a page with uploadify, in IE 8 I get this
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; …
0
votes
1answer
103 views
uploadify scriptData problem
Hi, I'm having problems with scriptData on uploadify, I'm pretty sure the config syntax is fine but whatever I do, scriptData is not passed to the upload script.
I tested in both FF and Chrome with …
0
votes
2answers
224 views
Uploadify (Session and authentication) with ASP.NET MVC
When I use Authorize filter on an action or a controller used by uplodify (http://www.uploadify.com/) the action isn't reach...
moreover Session are not retrieved.
I found this to retrieved user …
0
votes
2answers
68 views
Jquery Uploadify checkscript
I am trying to implement the checkscript feature of uploadify in an asp.net mvc view but i can't determine what the key is i should be using on the controller side. Below is the php script but i am …
0
votes
1answer
40 views
Multi Part Form with AJAX in php/codeigniter
I am trying to create a multi page listing form (using AJAX - jquery) for a real estate site. The basic premise is that a user should be able to create a listing in step 1 of the form. In step 2 of …
1
vote
2answers
117 views
Flash uploaders (Uploadify and SwfUpload) - problems with special characters in filenames
I need to implement a flash-based file-uploader, that will allow me to upload multiple files at once and view progress.
I tried Uploadify and SwfUpload and it was quite easy getting them to work.
…
0
votes
2answers
62 views
Combining javascript / jQuery and PHP
I'm using Uploadify to upload an image. Now I need to get the correct upload path.
I have the following code / script:
<?php
$uploadifyPath = get_bloginfo('url') . …
0
votes
1answer
86 views
Using Uploadify to POST Directly to Amazon S3
Can anyone tell me how to use Uploadify to upload directly to Amazon S3?
My code is as follows:
$('#fileInput').uploadify({
'fileDataName' : 'file',
'uploader' : 'uploadify.swf',
…
0
votes
2answers
418 views
Uploadify not firing events outside of localhost
hey everyone,
I have a pretty straight forward uploadified page that allows users to upload files, it works beautifully when I run it on my local machine accessing it through …
0
votes
0answers
97 views
Error while using Uploadify
Hello All,
I am new to Jquery, I have a problem regarding uploading the files using Uploadify. Iam trying to send a file to the Java Servlet which uploads the file using apache commons.
But while …
0
votes
1answer
116 views
Rename file with uploadify
Hi there
I'm using uploadify with asp and I want to change the file name to the current date+time when the file is complete.
Is there any way to do it?
this is my JS code:
…
1
vote
2answers
184 views
jQuery Uploadify plugin with HTTPS
jQuery Uploadify plugin uses flash swf to upload files. I have implemented it on a HTTP website but now I want to do the same on HTTPS. It works fine on IE but breaks in FF by returning IO error. It …
