I have gone through the documentation for swfupload module, but i couldnt find http://drupal.org/project/filefield and http://drupal.org/project/jqp for drupal 7 version.

Moreover when i try to upload a file in node/add after adding a file field in one of the content type, i just wonder i couldnt find a upload button to uplaod files in node/add page .

Please refer the attached screenshot where the "Upload new file" is just a text but not a button to allow user to upload .

Comments

ivars211’s picture

subscribing

davidd07’s picture

Those instructions are for CCK Drupal 6. I dont think this module has any readme.txt for Drupal 7.

davidd07’s picture

StatusFileSize
new56.9 KB

Sorry forget to finish off..
Make sure you have the JS dependencies located in the libraries folder, if it looks like attached file and your still having a greyed out button then refer to http://drupal.org/node/341282 also obviously don't forget to install libraries module.

I also had to apply http://drupal.org/node/1576104 to fix Notice issues from coming up.

danny englander’s picture

StatusFileSize
new98.44 KB

I am also having this issue with the Drupal 7 version where my upload button is grayed out. I updated to the leatest version of Flash and my libararies folder matches the screen capture above and I have other libraries that work fine. I do seem to be getting a massive amount of errors in my log:

Notice: Undefined property: stdClass::$title in swfupload_swfupload() (line 159 of sites/all/modules/swfupload/swfupload.module).
Notice: Undefined property: stdClass::$title_type in swfupload_swfupload() (line 158 of sites/all/modules/swfupload/swfupload.module).
Notice: Undefined property: stdClass::$alt in swfupload_swfupload() (line 159 of sites/all/modules/swfupload/swfupload.module).
Notice: Undefined property: stdClass::$alt_type in swfupload_swfupload() (line 158 of sites/all/modules/swfupload/swfupload.module).
Notice: Undefined property: stdClass::$display_field in swfupload_swfupload() (line 143 of sites/all/modules/swfupload/swfupload.module).
Notice: Undefined property: stdClass::$description_field in swfupload_swfupload() (line 137 of sites/all/modules/swfupload/swfupload.module).

I also tried some of the suggestions for the Drupal 6 issue, "upload field greyed out" but none of those worked either.

Possibly related:
http://drupal.org/node/1670394

I also applied the patch for Incompatibility with token module but no joy. Not sure what else to try at this point. I am also using Drupal 7.15 and the SWFUpload v2.2.0.1 Core library.

plato1123’s picture

Has anyone got this working on D7?

I see this error in the logs, looks like there are a variety of places this module may or may not need files:
/sites/all/libraries/swfupload/Flash/swfupload.swf

I also had to switch to the classic upload form and upload an image (or maybe it was editing config) and save to get this working. Was getting an error 530 but switching to classic and uploading there seemed to create a missing folder to save images in.

Finaly, IT WORKS!!!