FLUID-1637: [Uploader] the upload.php file checked in with the sample-code references paths on Eli's personal server

Metadata

Source
FLUID-1637
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Eli Cochran
Created
2008-09-29T15:19:40.000-0400
Updated
2008-09-30T08:53:26.000-0400
Versions
  1. 0.4beta1
  2. 0.4
  3. 0.5beta1
Fixed Versions
  1. 0.5
Component
  1. Uploader

Description

At some point in the project I checked sample-code/uploader/php/upload.php that I was using for testing. This file contains the following reference to a path on my personal server:
$save_path = "/home/elicochr/public_html/sos/uploads/";

Suggested fix is to replace this file with the latest version of the file from the swfupload code repository.

Comments

  • Michelle D'Souza commented 2008-09-29T16:39:59.000-0400

    I reviewed the commit. Besides the reference to Eli's server, one other line changed in the file. Since it wasn't working for us prior to the commit (as explained in the Readme) I think this change is fine.

  • Justin Obara commented 2008-09-30T08:53:26.000-0400

    code was reviewed (see above comments)