I'm having an issue saving files to physical directories based on a sql query. I've figured out that i has to do with setting the TargetPhysicalFolder in the aspx, I cannot leave this blank.
Inside of the aspx.cs i tried setting the TargetPhysicalFolder however this does not save the file.
RadUpload1.TargetPhysicalFolder = TargetFolderUpload;
but if I changed the aspx to be TargetPhysicalFolder = "C:\" it will save the file. How do I on the front side code change the TargetPhysicalFolder?
<telerik:RadUpload ID="RadUpload1" runat="server" TargetPhysicalFolder="?????"/>