Author Topic: After 2.0.0 upgrade, Browse button for file upload not appearing  (Read 3648 times)

a2opinion

  • Full Member
  • ***
  • Posts: 177
  • Christian
    • View Profile
    • A Second Opinion
I just upgraded our Feng installation to 2.0. When I try to upload a file to link to a note, I am presented with the upload dialog but no browse button. Here is a screenshot of the problem http://imm.io/q9cU. Any idea what I'm missing?

a2opinion

  • Full Member
  • ***
  • Posts: 177
  • Christian
    • View Profile
    • A Second Opinion
Re: After 2.0.0 upgrade, Browse button for file upload not appearing
« Reply #1 on: June 05, 2012, 04:20:01 pm »
Bump... any ideas guys?

Arnoots

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: After 2.0.0 upgrade, Browse button for file upload not appearing
« Reply #2 on: September 07, 2012, 07:46:28 pm »
Had similar problem after upgrade from 1.7.5 to 2.1.

Deleting the following lines from my config.php fixed the problem for me.

Code: [Select]
define('PROGRESS_UPLOAD_SCRIPT', 'MYSITE-URL/cgi-bin/upload.pl');
define('UPLOAD_HOOK', 'progress');

Hope that helps.