-
as seen on Server Fault
- Search for 'Server Fault'
I am using Uploadify to provide progress bar support for file uploads on a PHP app I built. It works perfectly for a few uploads,then every few uploads it fails and the data from the $_FILES array reveals an UPLOAD_ERR_CANT_WRITE error. (Error code 7).
I ran Paros proxy between my browser and the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm trying to use an example posted on the "github" the link is http://github.com/tstone/django-uploadify. And I'm having trouble getting work. can you help me? I followed step by step, but does not work.
Accessing the "URL" / upload /
the only thing is that returns "True"
part of settings.py
import…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
can anyone with experience of the plugin see anything I'm doing wrong?
var SITE_ROOT = 'http://localhost/hf_latest_desktop/';
$("#uploadify").uploadify({
'uploader' : SITE_ROOT+'st_wd_assets/js/uploadify/scripts/uploadify.swf',
'script' : SITE_ROOT+'st_wd_assets/js/uploadify/scripts/uploadify…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
First of all, I've checked out all the SO threads, and googled my brains out. I must be missing something obvious.
I'd really appreciate some help! This is what I've got.
UploadController.cs
using System.Web;
using System.Web.Mvc;
namespace NIMDocs.Controllers
{
public class UploadController…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm Getting this error in my development log while uploadify is uploading the file and in the view i get an 'IO ERROR' beside filename.
/!\ FAILSAFE /!\ Thu Mar 18 11:54:53 -0500 2010
Status: 500 Internal Server Error
bad content body
/usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/utils…
>>> More