I'll take a look at that maybe at a later time.
As for now, using the plugin ontop of an article created specifically just to work with the plug-in works for me. It gives the same appearance and from what I see works the same.
If there is no downside to doing it this way as apposed to just having a link directly to the component I'm fine with it.
If I understand from what you're saying though if I could ask...you're saying when I create the link via the compenent look at the HTML file to be sure that it is in the code to use that profile ID right?
-----------------------------------------------------------------------------
P.S. I still owe you a write up of what I did to make it work for BIG files on IIS7...
I'll be sure to get that to you when I can, just want you to know I haven't forgotten...just have been busy.
I can tell you real fast some of the stuff I did...
I edited the PHP.ini (of course...as you state in your FAQ pages)
I removed request filtering all together (as with the size of files I want people to upload request filtering would not benefit as I don't want to limit them at all)
I ensured the timeout for FastCGI was high enough to handle a large upload.
I ensured that the FastCGI was configured in IIS7 (which is configured correctly when you install the non threaded version of PHP and select IISFastCGI)
That pretty much sums up how I fixed my issue of large uploads over an internet connection....before I bumped up the timeout on the FastCGI we could upload on the server which is really fast as it uses a loopback to do so...but when you did it where it would take a good period of time to upload a large file we had to up the FastCGI Timeout.
That pretty much sums up what made large uploads work on IIS7...I know a bit off topic here....but wanted to get that to you.
Really with knowing this you can probably come up with a really good write up if you loaded IIS7 on Server2008 (if you have a copy) and complete these tasks. I'd be happy though to give a more detailed description of what we did at a later date when I have time.
|