Apr 26th, 2013, 6:45 PM
Joe,
Well, I've got a new wrinkle.
2 things: the uploads are getting to the upload folder - but - in the upload module I get the same permission error as before. I kinda ignored that since the files were actually uploading ... until I tried to edit and then delete the file through the form. No go.
So two issues really
1) The upload module doesn't think files will upload to the directory (even though they do)
2) Can't delete files once on the review/edit page.
From what I've read, with Php, uploads have to go to the "default" directory when using a windows server. From there you can move the files via php. That's fine, but the js either can't find the path or doesn't know it exists, or has the wrong path. the web page does error when I try to delete the file.
I can't modify the upload module since it keeps telling me the folder is not read/write/permission errors. Can I change the path in the js or do you think that manual overwride would be overwritten at some point and start causing me issues again?
Or is there something in the upload module I should be doing (which would probably be ideal)
For the Upload manager: Upload folder path
C:/inetpub/wwwroot/nextfolder/upload
Am I using the wrong slashes? Do I need to go to the web root not the drive letter?
ie: nextfolder/upload (which I have tried and get the same permission errors) or wwwroot/nextfolder/upload?
John
Well, I've got a new wrinkle.
2 things: the uploads are getting to the upload folder - but - in the upload module I get the same permission error as before. I kinda ignored that since the files were actually uploading ... until I tried to edit and then delete the file through the form. No go.
So two issues really
1) The upload module doesn't think files will upload to the directory (even though they do)
2) Can't delete files once on the review/edit page.
From what I've read, with Php, uploads have to go to the "default" directory when using a windows server. From there you can move the files via php. That's fine, but the js either can't find the path or doesn't know it exists, or has the wrong path. the web page does error when I try to delete the file.
I can't modify the upload module since it keeps telling me the folder is not read/write/permission errors. Can I change the path in the js or do you think that manual overwride would be overwritten at some point and start causing me issues again?
Or is there something in the upload module I should be doing (which would probably be ideal)
For the Upload manager: Upload folder path
C:/inetpub/wwwroot/nextfolder/upload
Am I using the wrong slashes? Do I need to go to the web root not the drive letter?
ie: nextfolder/upload (which I have tried and get the same permission errors) or wwwroot/nextfolder/upload?
John